Skip to content

Commit dc9265d

Browse files
committed
Added debugging output options to the github action
1 parent 33acf99 commit dc9265d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-build-and-run.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
- name: Generate input files
2929
run: |
3030
python -m Docker.generate_signal_docker_test
31+
continue-on-error: true
32+
33+
- name: Print script output
34+
run: |
35+
echo "Script execution completed"
36+
ls -la
37+
pwd
3138
3239
- name: Verify input files
3340
run: |

0 commit comments

Comments
 (0)