Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaG committed Dec 20, 2024
1 parent c73660a commit a201f6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a201f6b

Please sign in to comment.