Skip to content

Commit

Permalink
Disable frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DMalone87 committed Oct 14, 2024
1 parent d6fe459 commit ee1f928
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ jobs:
- name: Formatting
if: always()
run: npm run check-formatting

- name: Jest Tests
if: always()
run: npm run test

- name: Types
if: always()
run: npm run check-types

0 comments on commit ee1f928

Please sign in to comment.