diff --git a/.gitea/workflows/lint-and-test.yaml b/.gitea/workflows/lint-and-test.yaml index 09e46a3..0be200b 100644 --- a/.gitea/workflows/lint-and-test.yaml +++ b/.gitea/workflows/lint-and-test.yaml @@ -13,7 +13,7 @@ jobs: - name: "lint" uses: docker://code.pztrn.name/containers/go-toolbox:v4 with: - command: "task lint" + command: "/usr/local/bin/task lint" Tests: runs-on: "ubuntu-22.04" @@ -23,4 +23,4 @@ jobs: - name: "tests" uses: docker://code.pztrn.name/containers/go-toolbox:v4 with: - command: "task test" + command: "/usr/local/bin/task test"