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 May 10, 2024
1 parent 7074e5d commit d5f64a9
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 d5f64a9

Please sign in to comment.