fix: pipeline files
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / CI run tests (pull_request) Failing after 2m11s
CI Workflow / CI run build and linting (pull_request) Failing after 2m10s
CI Workflow / Code coverage report (pull_request) Has been skipped
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 2m51s

This commit is contained in:
Marcel_Henselin 2026-03-02 10:41:06 +01:00
parent 7701171b6d
commit 452f077da2

View file

@ -173,15 +173,15 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
- uses: actions/cache@v5 # - uses: actions/cache@v5
id: cache # id: cache
with: # with:
path: path/to/dependencies # path: path/to/dependencies
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} # key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Install Dependencies # - name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true' # if: steps.cache.outputs.cache-hit != 'true'
run: /install.sh # run: /install.sh
- name: Build - name: Build
uses: ./.github/actions/build uses: ./.github/actions/build