Skip to content

Commit 7b2f0b8

Browse files
committed
Added debugging output options to the github action
1 parent dc9265d commit 7b2f0b8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ 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
3831
3932
- name: Verify input files
4033
run: |

0 commit comments

Comments
 (0)