We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fae168 commit 3ff7aafCopy full SHA for 3ff7aaf
.github/workflows/test.yml
@@ -28,8 +28,6 @@ jobs:
28
- name: Install
29
run: npm ci --ignore-scripts
30
timeout-minutes: 10
31
- - name: List affected packages
32
- run: npm run list:affected
33
# Note: when pushing to main we want to test only what changed in
34
# last commit. Otherwise we want to test all changes from origin/main.
35
# So we set the right values for base and head commits depending
@@ -44,6 +42,8 @@ jobs:
44
42
echo "NX_BASE=origin/main" >> "$GITHUB_ENV"
45
43
echo "NX_HEAD=HEAD" >> "$GITHUB_ENV"
46
fi
+ - name: List affected packages
+ run: npm run list:affected
47
- name: Compile (Delta)
48
run: npm run compile:ci:affected
49
- name: Upload Build Artifacts
0 commit comments