File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70
70
- uses : ./tools/github-actions/download-build-output
71
71
- uses : ./tools/github-actions/setup
72
+ - run : npx nx-cloud@latest start-ci-run -- --distribute-on="3 linux-medium-js" --stop-agents-after="test-int"
72
73
- shell : bash
73
74
run : |
74
75
git config --global user.name "GitHub Actions"
@@ -109,7 +110,7 @@ jobs:
109
110
shell : bash
110
111
- name : Test
111
112
id : it-tests
112
- run : yarn test-int --collectCoverage
113
+ run : yarn test-int:affected --collectCoverage
113
114
- name : Upload results to Codecov
114
115
uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
115
116
with :
Original file line number Diff line number Diff line change 27
27
# Check the integrity of yarn lock
28
28
yarn_lock_check :
29
29
runs-on : ubuntu-latest
30
- env :
31
- NX_SKIP_NX_CACHE : true
32
30
steps :
33
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
32
- uses : ./tools/github-actions/setup
Original file line number Diff line number Diff line change 26
26
"test:affected" : " yarn nx affected --target=test --parallel $(yarn get:cpus-number) --cacheDirectory=$(yarn get:current-dir)/.cache/jest" ,
27
27
"test-e2e" : " yarn nx run-many --target=test-e2e --parallel $(yarn get:cpus-number)" ,
28
28
"test-int" : " yarn nx run-many --target=test-int --parallel $(yarn get:cpus-number)" ,
29
+ "test-int:affected" : " yarn nx affected --target=test-int" ,
29
30
"postinstall" : " husky && yarn build:lint && yarn harmonize:version && yarn update-yarn-sdks" ,
30
31
"update-yarn-sdks" : " node -e \" 'pnp' !== '$(yarn config get nodeLinker)' || process.exit(1)\" || yarn dlx @yarnpkg/sdks" ,
31
32
"build:storybook" : " yarn doc:generate:json && yarn ng run storybook:extract-style && build-storybook" ,
You can’t perform that action at this time.
0 commit comments