Skip to content

Commit

Permalink
chore(jest): fix jest github action (#3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored and JustZacca committed Jul 12, 2022
1 parent ad70f9d commit d216a80
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 455 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run-jest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install pnpm
run: brew install pnpm
- name: Run corepack enable
run: corepack enable
- name: Install modules
run: yarn
run: yarn install --network-concurrency 1
- name: Run tests
run: yarn test
File renamed without changes.
130 changes: 0 additions & 130 deletions store/ui/__snapshots__/getters.test.ts.snap

This file was deleted.

113 changes: 0 additions & 113 deletions store/ui/__snapshots__/mutations.test.ts.snap

This file was deleted.

118 changes: 0 additions & 118 deletions store/ui/__snapshots__/state.test.ts.snap

This file was deleted.

Loading

0 comments on commit d216a80

Please sign in to comment.