Skip to content

Commit ed2272d

Browse files
committed
ci: Fix test workflow steps
1 parent f8a0619 commit ed2272d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unit-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
cache: "yarn"
2828

29+
- name: Install dependencies
30+
run: yarn install --immutable --immutable-cache --check-cache
31+
2932
- name: Execute Unit tests
30-
- run: yarn install --immutable --immutable-cache --check-cache
31-
- run: yarn test:unit
33+
run: yarn test:unit

0 commit comments

Comments
 (0)