From a201f6b5c28bbf316b70f4297ac0a4de8fb869db Mon Sep 17 00:00:00 2001 From: Monica Granbois Date: Fri, 20 Dec 2024 14:03:05 -0800 Subject: [PATCH] more testing --- .github/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e9dd3e..7e7c882 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,8 +23,11 @@ jobs: with: node-version: '20' + - name: find location of yarn cache + run: ./.yarn/releases/yarn-1.22.19.cjs cache dir) + - name: Install Dependencies - run: ./.yarn/releases/yarn-1.22.19.cjs install --immutable + run: ./.yarn/releases/yarn-1.22.19.cjs install --frozen-lockfile - name: Run Unit Tests run: ./.yarn/releases/yarn-1.22.19.cjs test