Skip to content

Commit

Permalink
Try fixing jest
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhPhan8803 committed Oct 22, 2022
1 parent 7da63c2 commit 2417861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
working-directory: src/frontend

- name: Run tests
Expand Down

3 comments on commit 2417861

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1590100%

Tests Skipped Failures Errors Time
34 0 💤 0 ❌ 0 🔥 0.571s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1590100%

Tests Skipped Failures Errors Time
34 0 💤 0 ❌ 0 🔥 0.647s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1590100%

Tests Skipped Failures Errors Time
34 0 💤 0 ❌ 0 🔥 0.626s ⏱️

Please sign in to comment.