Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
ci: update how tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
zigapk committed Nov 15, 2023
1 parent c770fe0 commit 876799d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
infisical_token: ${{ secrets.INFISICAL_TOKEN }}
environment: 'staging'
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: source .env && pnpm test
- name: Run tests
run: source .env && pnpm test
- name: Create report
run: source .env && pnpm jest --reporters="summary" --reporters="github-actions"

0 comments on commit 876799d

Please sign in to comment.