We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0253cbe commit 16f9fa3Copy full SHA for 16f9fa3
1 file changed
.github/workflows/main.yml
@@ -43,19 +43,19 @@ jobs:
43
integration-tests:
44
runs-on: ubuntu-latest
45
container: rndmh3ro/docker-centos8-ansible:latest
46
+ defaults:
47
+ run:
48
+ working-directory: ansible_collections/t_systems_mms/icinga_director
49
services:
50
icinga:
51
image: jordan/icinga2
52
ports:
53
- 80:80
54
steps:
- - name: Check out code
- uses: actions/checkout@v2
-
55
- name: Check out code to collections-folder, so ansible finds it
56
uses: actions/checkout@v2
57
with:
58
- path: ansible-collection-icinga-director/collections/ansible_collections/t_systems_mms/icinga_director
+ path: ansible_collections/t_systems_mms/icinga_director
59
60
- name: Run integration tests
61
run: ansible-test integration --diff --debug-strategy
0 commit comments