We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d4b4d commit 3e6e7deCopy full SHA for 3e6e7de
.github/workflows/main.yml
@@ -198,6 +198,7 @@ jobs:
198
echo "::group::prepare the test script"
199
make test PLATFORM=$PLATFORM ARCH=$ARCH || echo "It should fail. Running remaining commands in the emulator"
200
cat > commands.sh << EOF
201
+ set -e
202
mv -f /data/local/tmp/sqlite3 /system/xbin
203
cd /data/local/tmp
204
export INTEGRATION_TEST_DATABASE_ID="$INTEGRATION_TEST_DATABASE_ID"
0 commit comments