Skip to content

Commit 50d32aa

Browse files
committed
Fix CI failures
1 parent 5f08c37 commit 50d32aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

melos.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ scripts:
9494
packageFilters:
9595
dirExists:
9696
- test
97+
# Don't run tests for this example, the test/ folder is part of integration tests
98+
# that we don't currently run as part of the CI.
99+
ignore: powersync_sqlcipher_example
97100
# This tells Melos tests to ignore env variables passed to tests from `melos run test`
98101
# as they could change the behaviour of how tests filter packages.
99102
env:

packages/powersync_sqlcipher/example/test/worker_server.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Future<void> hybridMain(StreamChannel<Object?> channel) async {
4646

4747
channel.sink.add(server.port);
4848
await channel.stream.listen(null).asFuture<void>().then<void>((_) async {
49-
print('closing server');
5049
await server.close();
5150
});
5251
}

0 commit comments

Comments
 (0)