Skip to content

Commit

Permalink
ci: Fix test workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
carina-akaia committed Jun 3, 2024
1 parent f8a0619 commit ed2272d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "yarn"

- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache

- name: Execute Unit tests
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn test:unit
run: yarn test:unit

0 comments on commit ed2272d

Please sign in to comment.