Skip to content

Commit

Permalink
Try to fix molecule.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Aug 22, 2023
1 parent d86d020 commit 47d12aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule-role-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
- name: "Run Molecule."
run: |
cd roles/agent/
ln -s ../../requirements.yml requirements.yml
# ln -s ../../requirements.yml requirements.yml
molecule test -s ${{ matrix.checkmk }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
2 changes: 1 addition & 1 deletion .github/workflows/molecule-role-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
- name: "Run Molecule."
run: |
cd roles/server/
ln -s ../../requirements.yml requirements.yml
# ln -s ../../requirements.yml requirements.yml
molecule test -s ${{ matrix.checkmk }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

0 comments on commit 47d12aa

Please sign in to comment.