Skip to content

Commit

Permalink
(chore): Bumb dependencies & check for non-zero exit code on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 27, 2024
1 parent 6b75f65 commit 3d48642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
echo "AUTOGENERATED BUILD.LOG VIA TEE:"
cat build.log
if [ $? -ne 0 ]; then
echo "Build failed with non-zero exit code - Review the logs above"
exit 1
fi
- name: Run Tests
run: |
if [ "${{ matrix.os }}" == "iOS" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"location" : "https://github.com/ScribbleLabApp/ScribbleFoundation.git",
"state" : {
"branch" : "main",
"revision" : "5c5c95d121810fbbe7cb1cc730309558442b9828"
"revision" : "58606aa8054e4518301f723ec39ce23f76f47464"
}
},
{
Expand Down

0 comments on commit 3d48642

Please sign in to comment.