workflows: more options test

This commit is contained in:
Dawid Dziurla
2020-05-03 12:45:56 +02:00
parent 905e9bd607
commit 013642b2f2

View File

@@ -28,6 +28,13 @@ jobs:
inventory: |
[all]
localhost
options: |
-e docker_image=docker_url
-e docker_username=${{github.actor}}
-e docker_password=${{github.token}}
-e db_name=db_name
-e db_user=db_user
-e db_pass=db_pass
test-local:
runs-on: ubuntu-latest
steps: