From 30214cc14d7f5785cf1389f7ba301f8b437010ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Gon=C3=A7alves?= Date: Tue, 14 Jan 2025 19:10:34 -0300 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 88c7d6f..710d327 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -27,5 +27,7 @@ jobs: run: npm run build --if-present - name: Install unit tests dependencies run: npm run pre-test + with: + cache: 'npm' - name: Unit tests run: npm run test:ci