File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- name : Test module
1+ name : Test modules
22
33on :
44 workflow_dispatch :
5+ push : # test
56 pull_request :
6- branches : master
7+ branches :
8+ - master
79
810jobs :
911 integration-test :
2123
2224 - name : Install Python dependencies
2325 run : |
24- pip install ansible
25- pip install requests
26- python -m pip install --upgrade pip
27- pip list
26+ python3 -m pip install --upgrade pip
27+ python3 -m pip install -r requirements.txt
28+ python3 -m pip list
2829
2930 - name : Build
3031 id : build
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ repository: https://github.com/Devolutions/ansible-dvls
1616documentation : https://github.com/Devolutions/ansible-dvls
1717homepage : https://github.com/Devolutions/ansible-dvls
1818issues : https://github.com/Devolutions/ansible-dvls/issues
19- build_ignore : [.github]
19+ build_ignore : [.github, requirements.txt ]
Original file line number Diff line number Diff line change 1+ ansible == 11.3.0
12requests == 2.32.3
Original file line number Diff line number Diff line change 99 app_secret : " {{ lookup('env', 'DVLS_APP_SECRET') }}"
1010 vault_id : " {{ lookup('env', 'DVLS_VAULT_ID') }}"
1111 secret :
12- secret_path : " Test-Ansible \\ create-secrets"
12+ secret_path : " tests \\ create-secrets"
1313 secret_name : " {{ now(fmt='%Y-%m-%d_%H-%M-%S') }}"
1414 value : " {{ now(fmt='%Y-%m-%d_%H-%M-%S') }}"
1515
You can’t perform that action at this time.
0 commit comments