workflows: more options test

This commit is contained in:
Dawid Dziurla 2020-05-03 12:45:56 +02:00
parent 905e9bd607
commit 013642b2f2
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -28,6 +28,13 @@ jobs:
inventory: | inventory: |
[all] [all]
localhost 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: test-local:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: