We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8966020 commit 839f172Copy full SHA for 839f172
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
dart analyze
70
71
- name: Dart tests on Linux
72
- if: runner.os == 'ubuntu'
+ if: runner.os == 'Linux'
73
run: |
74
CORE_TEST_SQLITE=.dart_tool/sqlite3/latest/libsqlite3.so dart test
75
CORE_TEST_SQLITE=.dart_tool/sqlite3/minimum/libsqlite3.so dart test
0 commit comments