We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent d700617 commit 1c1f8b3Copy full SHA for 1c1f8b3
.github/workflows/pull_request.yml
@@ -73,5 +73,7 @@ jobs:
73
cache: "yarn"
74
- run: corepack enable
75
- run: yarn install --frozen-lockfile
76
+ - name: Build package for tests
77
+ run: yarn build
78
- name: Run tests
79
run: yarn test
0 commit comments