We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8c68e commit e5f88b0Copy full SHA for e5f88b0
.github/workflows/molecule.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: insightsengineering/pip-action@v2
25
with:
26
packages: package
27
- requirements: "${{ github.repository }}/molecule/requirements.txt"
+ requirements: "${{ github.workspace }}/molecule/requirements.txt"
28
- uses: gofrolist/molecule-action@v2
29
env:
30
ANSIBLE_FORCE_COLOR: '1'
0 commit comments