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 973a8b3 commit 989743dCopy full SHA for 989743d
.github/workflows/main.yml
@@ -211,6 +211,10 @@ jobs:
211
--root_pkgs="lib,app" | tee -a >> "$GITHUB_OUTPUT"
212
env:
213
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 }}"
218
219
check-skip-tests-label:
220
name: Check PR skip tests label
0 commit comments