Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Mar 11, 2024
1 parent c753401 commit 41a81a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:

- name: Check lint
run: |
yarn cache clean
yarn lint --max-warnings=0
prettier --check "src/**/*.(tsx|ts)"
yarn prettier --check "src/**/*.(tsx|ts)"
- name: Pretend we have chains.json and run tests
run: cp public/test-file.json src/chains.json && yarn test

0 comments on commit 41a81a0

Please sign in to comment.