Skip to content

Commit b537848

Browse files
fix: use working directory when running scan logs script (#36)
1 parent 0da956a commit b537848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
(tutor images build $SERVICE --no-cache 2>&1) | tee $LOGS_FILE_PATH
162162
163163
- name: Scan build logs for potential errors in the image
164+
working-directory: ${{ github.workspace }}
164165
env:
165166
SCRIPT_PATH: picasso/.github/workflows/scripts/identify_silent_errors.py
166167
LOGS_FILE_PATH: /tmp/build_logs.out

0 commit comments

Comments
 (0)