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 7377f5a commit 4c0585fCopy full SHA for 4c0585f
.github/workflows/main.yml
@@ -189,9 +189,10 @@ jobs:
189
integration_test:
190
strategy:
191
matrix:
192
- runner: [ubuntu-latest, macos-latest]
193
- #needs: [test, fetch_sqlite]
194
- needs: [fetch_sqlite]
+ #runner: [ubuntu-latest, macos-latest]
+ # TODO: Ubuntu tests don't start in on GH actions, can't reproduce locally.
+ runner: [macos-latest]
195
+ needs: [test, fetch_sqlite]
196
runs-on: ${{ matrix.runner }}
197
steps:
198
- name: List simulators
0 commit comments