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