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 049d591 commit 81198b0Copy full SHA for 81198b0
1 file changed
.github/workflows/main.yml
@@ -31,10 +31,10 @@ jobs:
31
cache-dependency-path: 'pnpm-lock.yaml'
32
- run: pnpm install
33
- run: pnpm lint
34
- - run: pnpm test:coverage
35
- run: pnpm build
36
env:
37
NODE_OPTIONS: '--max_old_space_size=4096'
+ - run: pnpm test:coverage
38
- name: Cypress install
39
run: pnpm cypress install
40
- name: Install dependencies (Cypress Action)
0 commit comments