Skip to content

Commit

Permalink
Fix CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed May 23, 2024
1 parent 731170a commit a5d9bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
DOCKER_REGISTRY: ghcr.io
ANSIBLE_FORCE_COLOR: '1'
ANSIBLE_STDOUT_CALLBACK: yaml
MOLECULE_CONFIG: molecule.yml
MOLECULE_CONFIG: molecule/ext/molecule-src/molecule.yml
REQUIREMENTS_FILE: requirements.txt
CRUN_VER: 1.11.2
steps:
Expand All @@ -38,6 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- run: git clone https://github.com/UtrechtUniversity/SRC-molecule-test.git molecule
- run: mkdir molecule/ext && cd molecule/ext && ln -s ../../ molecule-src
- run: pip install -r ${{ env.REQUIREMENTS_FILE }}
- run: ansible-galaxy install -r requirements.yml
- name: Molecule tests
Expand Down

0 comments on commit a5d9bc7

Please sign in to comment.