File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments