Skip to content

Commit b732af1

Browse files
committed
debug: affected panic
1 parent d09a8de commit b732af1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/custard-ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ jobs:
5656
- name: Find Node.js affected packages
5757
id: nodejs
5858
run: |
59+
echo "-> run affected"
5960
echo "paths=$(./cloud-samples-tools/bin/custard affected .github/config/nodejs-prod.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
61+
echo "Status: $?"
6062
cat paths.txt
63+
echo "-> run setup-files"
6164
echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs-prod.jsonc paths.txt)" >> $GITHUB_OUTPUT
65+
echo "Status: $?"
6266
6367
lint:
6468
needs: affected

0 commit comments

Comments
 (0)