Skip to content

Commit

Permalink
wiring up github action to dmno
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Sep 3, 2024
1 parent 6a9e666 commit b9190a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: false

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

- name: Test
run: pnpm run test --ci --runInBand --reporters=default --reporters=jest-junit --coverage
run: pnpm run test
env:
CI: 1
NODE_ENV: ci
JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"
DMNO_VAULT_KEY: ${{ secrets.DMNO_VAULT_KEY }}

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b9190a0

Please sign in to comment.