Skip to content

Commit 3e6e7de

Browse files
committed
fix(ci): fail android test step when integration tests fail
1 parent 09d4b4d commit 3e6e7de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ jobs:
198198
echo "::group::prepare the test script"
199199
make test PLATFORM=$PLATFORM ARCH=$ARCH || echo "It should fail. Running remaining commands in the emulator"
200200
cat > commands.sh << EOF
201+
set -e
201202
mv -f /data/local/tmp/sqlite3 /system/xbin
202203
cd /data/local/tmp
203204
export INTEGRATION_TEST_DATABASE_ID="$INTEGRATION_TEST_DATABASE_ID"

0 commit comments

Comments
 (0)