Skip to content

Commit

Permalink
Disable jest while we work out why the CI environment can't run it
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Jan 6, 2024
1 parent 8121b6e commit 8657160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Prettier
run: npm run prettier:check

- name: Test
run: npm run test
#- name: Test
# run: npm run test

- name: Spell check
uses: streetsidesoftware/cspell-action@v5
Expand Down

0 comments on commit 8657160

Please sign in to comment.