fix: molecule path
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 4s

This commit is contained in:
2026-03-10 18:23:13 -03:00
parent 333e94eedf
commit e1e9989a0a

View File

@@ -47,7 +47,7 @@ jobs:
- name: Run Molecule tests
if: steps.check.outputs.needs_update == 'true'
working-directory: ansible_role_proxy
run: molecule test
run: ~/.local/bin/molecule test
- name: Commit and push
if: steps.check.outputs.needs_update == 'true' && github.ref == 'refs/heads/main'