Caching, continue...
Some checks failed
Linting and tests / Linting (push) Failing after 5s
Linting and tests / Tests (push) Successful in 2m14s

This commit is contained in:
Stanislav Nikitin 2025-09-11 05:39:06 +05:00
parent 01e7c83171
commit da228047bd
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -13,13 +13,13 @@ jobs:
- name: "cache go dependencies" - name: "cache go dependencies"
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: /home/container/.cache path: /home/container/
key: bunker-go-cache key: bunker-go-cache
restore_key: bunker-go-cache restore_key: bunker-go-cache
- name: "lint" - name: "lint"
uses: docker://code.pztrn.name/containers/go-toolbox:v6 uses: docker://code.pztrn.name/containers/go-toolbox:v6
with: with:
command: "/usr/local/bin/task lint" command: "/usr/local/bin/task lint && ls -lah /home/container"
Tests: Tests:
runs-on: "ubuntu-22.04" runs-on: "ubuntu-22.04"
@ -29,7 +29,7 @@ jobs:
- name: "cache go dependencies" - name: "cache go dependencies"
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: /home/container/.cache path: /home/container/
key: bunker-go-cache key: bunker-go-cache
restore_key: bunker-go-cache restore_key: bunker-go-cache
- name: "tests" - name: "tests"