From a4e74f308c2c71c99d2cc1e1137ae5358af562c6 Mon Sep 17 00:00:00 2001 From: Ralf Kistner Date: Wed, 21 Aug 2024 13:16:49 +0200 Subject: [PATCH 1/2] powersync-sqlite-core v0.2.0 --- sqlite3/powersync-sqlite-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite3/powersync-sqlite-core b/sqlite3/powersync-sqlite-core index 5704c7fb..8e4d4d18 160000 --- a/sqlite3/powersync-sqlite-core +++ b/sqlite3/powersync-sqlite-core @@ -1 +1 @@ -Subproject commit 5704c7fb689b84f8679b006023f3fd0858fd75ff +Subproject commit 8e4d4d18ceb1c0bf5b8a01a310a6aa527f6ffaec From 36d00df8471895e8f3b1706420210e2750f89372 Mon Sep 17 00:00:00 2001 From: Ralf Kistner Date: Wed, 21 Aug 2024 13:45:18 +0200 Subject: [PATCH 2/2] Disable integration_test_ios due to regular timeouts. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 831486df..fd802197 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -235,6 +235,7 @@ jobs: # Shamelessly stolen from https://medium.com/flutter-community/run-flutter-driver-tests-on-github-actions-13c639c7e4ab integration_test_ios: + if: "false" # Temporarily disabled since it causes timeouts needs: [test] runs-on: macos-latest steps: