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 6a9e666 commit b9190a0Copy full SHA for b9190a0
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: pnpm/action-setup@v4
32
name: Install pnpm
33
with:
34
- version: 8
+ version: 9
35
run_install: false
36
37
- name: Get pnpm store directory
@@ -54,10 +54,12 @@ jobs:
54
run: pnpm run lint --format junit -o reports/junit/js-lint-results.xml
55
56
- name: Test
57
- run: pnpm run test --ci --runInBand --reporters=default --reporters=jest-junit --coverage
+ run: pnpm run test
58
env:
59
+ CI: 1
60
NODE_ENV: ci
61
JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"
62
+ DMNO_VAULT_KEY: ${{ secrets.DMNO_VAULT_KEY }}
63
64
- uses: actions/upload-artifact@v4
65
0 commit comments