Skip to content

Commit 989743d

Browse files
authored
Print affected packages in router (#403)
1 parent 973a8b3 commit 989743d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ jobs:
211211
--root_pkgs="lib,app" | tee -a >> "$GITHUB_OUTPUT"
212212
env:
213213
TEST_TARGET_OVERRIDE: ${{ github.event.inputs.test_targets }}
214+
- name: Print affected packages
215+
run: |
216+
echo "Affected packages: ${{ steps.get_affected.outputs.affected }}"
217+
echo "Affected packages, including skipped in CI: ${{ steps.get_affected.outputs.all_affected_with_skips }}"
214218
215219
check-skip-tests-label:
216220
name: Check PR skip tests label

0 commit comments

Comments
 (0)