We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e26316 commit 13e2695Copy full SHA for 13e2695
.github/workflows/validate.yaml
@@ -50,7 +50,7 @@ jobs:
50
*/*/node_modules
51
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
52
- name: Install
53
- run: yarn install
+ run: yarn install --frozen-lockfile
54
- name: Check format
55
run: yarn format
56
- name: Lint
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
- name: Test
80
run: yarn test
81
@@ -99,7 +99,7 @@ jobs:
99
/home/runner/.cache/Cypress
100
101
102
103
- name: Build
104
run: yarn build
105
- name: Cypress
0 commit comments