From da228047bd32802cf81191b4cface92482257593 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Thu, 11 Sep 2025 05:39:06 +0500 Subject: [PATCH] Caching, continue... --- .gitea/workflows/on-push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/on-push.yml b/.gitea/workflows/on-push.yml index d23fb0e..5b5c951 100644 --- a/.gitea/workflows/on-push.yml +++ b/.gitea/workflows/on-push.yml @@ -13,13 +13,13 @@ jobs: - name: "cache go dependencies" uses: actions/cache@v4 with: - path: /home/container/.cache + path: /home/container/ key: bunker-go-cache restore_key: bunker-go-cache - name: "lint" uses: docker://code.pztrn.name/containers/go-toolbox:v6 with: - command: "/usr/local/bin/task lint" + command: "/usr/local/bin/task lint && ls -lah /home/container" Tests: runs-on: "ubuntu-22.04" @@ -29,7 +29,7 @@ jobs: - name: "cache go dependencies" uses: actions/cache@v4 with: - path: /home/container/.cache + path: /home/container/ key: bunker-go-cache restore_key: bunker-go-cache - name: "tests"