Skip to content

Commit

Permalink
ci: run v8,v0 tests suite as part of pr checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Oct 24, 2024
1 parent 6f09c4c commit 20a242b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,9 @@ jobs:
run: |
yarn nx format:check --base origin/master
- name: measure v8 test impact
run: yarn nx run react:test --nxBail

- name: measure v0 test impact
run: yarn nx run react-northstar:test --nxBail

- name: build, test, lint, test-ssr (affected)
run: |
yarn nx affected -t build test lint type-check test-ssr test-integration verify-packaging --exclude react,react-northstar --nxBail
yarn nx affected -t build test lint type-check test-ssr test-integration verify-packaging --nxBail
- name: 'Check for unstaged changes'
run: |
Expand Down

0 comments on commit 20a242b

Please sign in to comment.