From 3d4864213aa4d426a5c863fbf479d0b4090120fb Mon Sep 17 00:00:00 2001 From: N3v1 Date: Sun, 27 Oct 2024 14:22:20 +0100 Subject: [PATCH] (chore): Bumb dependencies & check for non-zero exit code on ci --- .github/workflows/build_test.yml | 5 +++++ .../xcshareddata/swiftpm/Package.resolved | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index d4a467c7f..8ac829cae 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 diff --git a/ScribbleLab.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ScribbleLab.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b7a238697..15566f0d9 100644 --- a/ScribbleLab.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ScribbleLab.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -142,7 +142,7 @@ "location" : "https://github.com/ScribbleLabApp/ScribbleFoundation.git", "state" : { "branch" : "main", - "revision" : "5c5c95d121810fbbe7cb1cc730309558442b9828" + "revision" : "58606aa8054e4518301f723ec39ce23f76f47464" } }, {