chore(ci): this should fix a cache problem that i ran into

This commit is contained in:
Oleksandr Smirnov 2025-02-18 16:48:25 +02:00
parent 1d45a443ff
commit b379c62b02
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: | path: |
${{ github.workspace }} ${{ github.workspace }}/.tests
~/.cache/go-build ~/.cache/go-build
~/go/pkg/mod ~/go/pkg/mod
key: ${{ runner.os }}-tests-${{ hashFiles('${{ github.workspace }}/.tests') }} key: ${{ runner.os }}-tests-${{ hashFiles('${{ github.workspace }}/.tests') }}