Skip to content

Commit 4c0585f

Browse files
committed
Meh, skip ubuntu tests for now
1 parent 7377f5a commit 4c0585f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,10 @@ jobs:
189189
integration_test:
190190
strategy:
191191
matrix:
192-
runner: [ubuntu-latest, macos-latest]
193-
#needs: [test, fetch_sqlite]
194-
needs: [fetch_sqlite]
192+
#runner: [ubuntu-latest, macos-latest]
193+
# TODO: Ubuntu tests don't start in on GH actions, can't reproduce locally.
194+
runner: [macos-latest]
195+
needs: [test, fetch_sqlite]
195196
runs-on: ${{ matrix.runner }}
196197
steps:
197198
- name: List simulators

0 commit comments

Comments
 (0)