Skip to content

Commit 16f9fa3

Browse files
author
Sebastian Gumprich
committed
checkout code to correct path in github action
1 parent 0253cbe commit 16f9fa3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ jobs:
4343
integration-tests:
4444
runs-on: ubuntu-latest
4545
container: rndmh3ro/docker-centos8-ansible:latest
46+
defaults:
47+
run:
48+
working-directory: ansible_collections/t_systems_mms/icinga_director
4649
services:
4750
icinga:
4851
image: jordan/icinga2
4952
ports:
5053
- 80:80
5154
steps:
52-
- name: Check out code
53-
uses: actions/checkout@v2
54-
5555
- name: Check out code to collections-folder, so ansible finds it
5656
uses: actions/checkout@v2
5757
with:
58-
path: ansible-collection-icinga-director/collections/ansible_collections/t_systems_mms/icinga_director
58+
path: ansible_collections/t_systems_mms/icinga_director
5959

6060
- name: Run integration tests
6161
run: ansible-test integration --diff --debug-strategy

0 commit comments

Comments
 (0)