From da8e9dda00e345668ee70acc8e2f52ce000c0352 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 02:25:36 +0000 Subject: [PATCH] Update .github/workflows/Continues Integration.yaml --- .github/workflows/Continues Integration.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Continues Integration.yaml b/.github/workflows/Continues Integration.yaml index 27bfba1..e455a93 100644 --- a/.github/workflows/Continues Integration.yaml +++ b/.github/workflows/Continues Integration.yaml @@ -13,10 +13,14 @@ jobs: - name: Checkout repository uses: ztimson/actions/git/checkout@develop + - name: Restore cache + uses: ztimson/actions/cache/restore@develop + - name: Install dependencies run: npm install - - uses: ztimson/actions/cache/store@develop + - name: Cache node_modules + uses: ztimson/actions/cache/store@develop with: pattern: node_modules/*