From 12b89dbb1a449f298aaba0f147f303f1a2d8cccd Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 01:41:34 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 44bafd3..7d15984 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -4,7 +4,10 @@ on: [push, workflow_dispatch] jobs: dependencies: name: Install dependencies - container: node:latest + container: + image: node:latest + volumes: + - /mnt/swarm/gitea/runner/cache:/cache steps: - name: Checkout repository @@ -12,7 +15,8 @@ jobs: - name: Install dependencies run: npm install - - run: ls + + - run: mv node_modules /cache/ build-dev: name: Build @@ -64,7 +68,6 @@ jobs: docker: name: Build docker image - needs: build-prod container: docker steps: