From 3bc5b87593c7de8eb4479a96293f3c98c94357e9 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 01:58:59 +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 7d15984..e4ecebc 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -16,7 +16,10 @@ jobs: - name: Install dependencies run: npm install - - run: mv node_modules /cache/ + - uses: ztimson/actions/tar/compress@develop + with: + pattern: node_modules/* + - run: mv archive.tar.gz /cache/ build-dev: name: Build