Skip to content

Commit 29d522e

Browse files
committed
debug echo
1 parent 3e5748c commit 29d522e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Set whether to run tests
3232
id: set-should-run-tests
3333
run: |
34+
echo "$INPUTS_SKIP_TESTS"
3435
if [[ "$GITHUB_EVENT_NAME" != "workflow_call" ]]; then
3536
echo "result=true" >> "$GITHUB_OUTPUT"
3637
elif [[ "$INPUTS_SKIP_TESTS" == "false" ]]; then

0 commit comments

Comments
 (0)