From e1e9989a0abc91fd751467ab7a6ce74ec0fc9fcd Mon Sep 17 00:00:00 2001 From: Luciano Giacchetta Date: Tue, 10 Mar 2026 18:23:13 -0300 Subject: [PATCH] fix: molecule path --- .gitea/workflows/update-traefik-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-traefik-version.yml b/.gitea/workflows/update-traefik-version.yml index f256576..1c70a5f 100644 --- a/.gitea/workflows/update-traefik-version.yml +++ b/.gitea/workflows/update-traefik-version.yml @@ -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'