We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da956a commit b537848Copy full SHA for b537848
.github/workflows/build.yml
@@ -161,6 +161,7 @@ jobs:
161
(tutor images build $SERVICE --no-cache 2>&1) | tee $LOGS_FILE_PATH
162
163
- name: Scan build logs for potential errors in the image
164
+ working-directory: ${{ github.workspace }}
165
env:
166
SCRIPT_PATH: picasso/.github/workflows/scripts/identify_silent_errors.py
167
LOGS_FILE_PATH: /tmp/build_logs.out
0 commit comments