Skip to content

Commit b9190a0

Browse files
committed
wiring up github action to dmno
1 parent 6a9e666 commit b9190a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: pnpm/action-setup@v4
3232
name: Install pnpm
3333
with:
34-
version: 8
34+
version: 9
3535
run_install: false
3636

3737
- name: Get pnpm store directory
@@ -54,10 +54,12 @@ jobs:
5454
run: pnpm run lint --format junit -o reports/junit/js-lint-results.xml
5555

5656
- name: Test
57-
run: pnpm run test --ci --runInBand --reporters=default --reporters=jest-junit --coverage
57+
run: pnpm run test
5858
env:
59+
CI: 1
5960
NODE_ENV: ci
6061
JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"
62+
DMNO_VAULT_KEY: ${{ secrets.DMNO_VAULT_KEY }}
6163

6264
- uses: actions/upload-artifact@v4
6365
with:

0 commit comments

Comments
 (0)