Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kirre-bylund committed Nov 1, 2024
1 parent c7a1895 commit 41022f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Check build result
run: |
grep -i -q -E -- '(Exited with code: [1-9]+?)|(ExitCode=[1-9]+?)' ../../tmp/logs/UAT.log
grep -i -q -E -- '(Exited with code: [1-9]+?)|(ExitCode=[1-9]+?)' tmp/logs/UAT.log
BUILD_RESULT=$?
if [ 0 -eq $BUILD_RESULT ]; then
echo " ❌ Build failed for ${{ matrix.UE_IMAGE }}, see ${{ matrix.UE_IMAGE }}-UAT.log for more information"
Expand Down

0 comments on commit 41022f3

Please sign in to comment.