fix: add PATH
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 5s

This commit is contained in:
2026-03-10 18:27:29 -03:00
parent e1e9989a0a
commit 88cdd69adc

View File

@@ -14,6 +14,9 @@ jobs:
update-version:
runs-on: fedora-latest
steps:
- name: Add ~/.local/bin to PATH
run: echo "$HOME/.local/bin" >> "$GITEA_PATH"
- name: Checkout
uses: actions/checkout@v6
with:
@@ -47,7 +50,7 @@ jobs:
- name: Run Molecule tests
if: steps.check.outputs.needs_update == 'true'
working-directory: ansible_role_proxy
run: ~/.local/bin/molecule test
run: molecule test
- name: Commit and push
if: steps.check.outputs.needs_update == 'true' && github.ref == 'refs/heads/main'