Skip to content

Commit

Permalink
ci: restore yarn test, excluding e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 18, 2024
1 parent f72117b commit aebfd29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: yarn lint
- name: yarn build
run: yarn build
- name: yarn test
run: yarn test --exclude "**/e2e/**"
integration:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit aebfd29

Please sign in to comment.