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

Commit

Permalink
Merge remote-tracking branch 'origin/feature/setup-project' into feat…
Browse files Browse the repository at this point in the history
…ure/setup-project
  • Loading branch information
Szymon Brud committed Feb 17, 2024
2 parents 7a0a642 + e7391c3 commit f5fda6b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ jobs:
- name: Install modules
run: npm install
- name: Run tests
run: npm run test
run: npm run test:ci
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: JEST Tests
path: junit.xml
reporter: jest-junit

0 comments on commit f5fda6b

Please sign in to comment.