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 c95fed4 commit 605c54cCopy full SHA for 605c54c
.github/workflows/actions/test-and-build/action.yaml
@@ -72,6 +72,7 @@ runs:
72
- name: Run Tests
73
env:
74
NODE_OPTIONS: "--max_old_space_size=4096"
75
+ DEBUG: "*"
76
run: |
77
npm run test
78
shell: bash
0 commit comments