From 12642dbf93b264a0a89546a5f83f64c58eee4e05 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 13:26:21 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index a3cb9aa..4a80949 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -30,7 +30,10 @@ jobs: build-dev: name: Build needs: dependencies - container: node:latest + container: + image: node:latest + volumes: + - /mnt/swarm/gitea/runner/cache:/cache steps: - name: Checkout repository