Skip to content

Commit

Permalink
Update run-project-tests.yml to output debug.log
Browse files Browse the repository at this point in the history
  • Loading branch information
denzel-farmer authored Mar 27, 2024
1 parent a47c2d5 commit 84fe512
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,5 @@ jobs:
run: docker run ${{ env.IMAGE_TAG}} mkdir -p ${{ env.TESTING_PATH }}

- name: Run ${{ env.TEST_NAME }} test
run: docker run ${{ env.IMAGE_TAG }} python3 runner.py --output-path ${{ env.TESTING_PATH }} ${{ env.ABS_PROJECT_PATH }}

- name: Print debug log
run: cat debug.log

run: docker run /bin/bash -c "${{ env.IMAGE_TAG }} python3 runner.py --output-path ${{ env.TESTING_PATH }} ${{ env.ABS_PROJECT_PATH }} && cat debug.log"

0 comments on commit 84fe512

Please sign in to comment.