Skip to content

Commit dcbf28d

Browse files
committed
Debug
1 parent 01964fc commit dcbf28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-pr-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: test implement-cowsay
4747
id: test-implement-cowsay
4848
#if: contains(join(steps.changed-files.outputs.modified_files, '\n), 'implement-cowsay/')
49-
run: ./test-sdc.sh implement-cowsay
49+
run: bash -x ./test-sdc.sh implement-cowsay
5050
shell: bash
5151
- name: make output comment
5252
if: steps.test-individual-shell-tools.outputs.attempted == 'y' || steps.test-jq.outputs.attempted == 'y' || steps.test-shell-pipelines.outputs.attempted == 'y' || steps.test-number-systems.outputs.attempted == 'y' || steps.test-implement-cowsay.outputs.attempted == 'y'

0 commit comments

Comments
 (0)