Skip to content

Commit

Permalink
fix: use working directory when running scan logs script (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored Nov 13, 2024
1 parent 0da956a commit b537848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
(tutor images build $SERVICE --no-cache 2>&1) | tee $LOGS_FILE_PATH
- name: Scan build logs for potential errors in the image
working-directory: ${{ github.workspace }}
env:
SCRIPT_PATH: picasso/.github/workflows/scripts/identify_silent_errors.py
LOGS_FILE_PATH: /tmp/build_logs.out
Expand Down

0 comments on commit b537848

Please sign in to comment.