mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 07:26:25 +00:00
workflows: more options test
This commit is contained in:
parent
905e9bd607
commit
013642b2f2
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue