We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a0619 commit ed2272dCopy full SHA for ed2272d
.github/workflows/unit-tests.yml
@@ -26,6 +26,8 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
cache: "yarn"
28
29
+ - name: Install dependencies
30
+ run: yarn install --immutable --immutable-cache --check-cache
31
+
32
- name: Execute Unit tests
- - run: yarn install --immutable --immutable-cache --check-cache
- - run: yarn test:unit
33
+ run: yarn test:unit
0 commit comments