fix: add PATH
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 5s
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 5s
This commit is contained in:
@@ -14,6 +14,9 @@ jobs:
|
|||||||
update-version:
|
update-version:
|
||||||
runs-on: fedora-latest
|
runs-on: fedora-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Add ~/.local/bin to PATH
|
||||||
|
run: echo "$HOME/.local/bin" >> "$GITEA_PATH"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
@@ -47,7 +50,7 @@ jobs:
|
|||||||
- name: Run Molecule tests
|
- name: Run Molecule tests
|
||||||
if: steps.check.outputs.needs_update == 'true'
|
if: steps.check.outputs.needs_update == 'true'
|
||||||
working-directory: ansible_role_proxy
|
working-directory: ansible_role_proxy
|
||||||
run: ~/.local/bin/molecule test
|
run: molecule test
|
||||||
|
|
||||||
- name: Commit and push
|
- name: Commit and push
|
||||||
if: steps.check.outputs.needs_update == 'true' && github.ref == 'refs/heads/main'
|
if: steps.check.outputs.needs_update == 'true' && github.ref == 'refs/heads/main'
|
||||||
|
|||||||
Reference in New Issue
Block a user