Skip to content

Commit

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

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

0 comments on commit bae4b5f

Please sign in to comment.