Skip to content

Commit 17ea030

Browse files
committed
fix: use the new affected scripts
1 parent 652af62 commit 17ea030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm ci
2626
# TODO: check if compiling only the affected modules is correct
2727
- name: Compile (Delta)
28-
run: npm run compile:ci:changed
28+
run: npm run compile:ci:affected
2929
- name: Upload Build Artifacts
3030
uses: actions/upload-artifact@v4
3131
with:
@@ -184,11 +184,11 @@ jobs:
184184
name: tests-build-cache-${{ github.run_number }}
185185
path: .nx
186186
- name: Compile (Delta)
187-
run: npm run compile:ci:changed
187+
run: npm run compile:ci:affected
188188
- name: Unit tests (Delta)
189-
run: npm run test:ci:changed
189+
run: npm run test:ci:affected
190190
- name: Test All Versions (Delta)
191-
run: npm run test-all-versions:ci:changed
191+
run: npm run test-all-versions:ci:affected
192192
- name: Upload Test Artifacts
193193
uses: actions/upload-artifact@v4
194194
with:

0 commit comments

Comments
 (0)