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
uses: actions/checkout@v6
- uses: actions/cache@v5
id: cache
with:
path: path/to/dependencies
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
# - uses: actions/cache@v5
# id: cache
# with:
# path: path/to/dependencies
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: /install.sh
# - name: Install Dependencies
# if: steps.cache.outputs.cache-hit != 'true'
# run: /install.sh
- name: Build
uses: ./.github/actions/build