Maybe this will work?
All checks were successful
Linting and tests / Linting (push) Successful in 2m23s
Linting and tests / Tests (push) Successful in 2m8s

This commit is contained in:
Stanislav Nikitin 2025-09-11 05:48:31 +05:00
parent 578b2a73b8
commit f4667a2780
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -13,7 +13,7 @@ jobs:
- name: "cache go dependencies"
uses: actions/cache@v4
with:
path: /home/container/
path: /root/go/
key: bunker-go-cache
restore_key: bunker-go-cache
- name: "lint"
@ -29,7 +29,7 @@ jobs:
- name: "cache go dependencies"
uses: actions/cache@v4
with:
path: /home/container/
path: /root/go/
key: bunker-go-cache
restore_key: bunker-go-cache
- name: "tests"