Skip to content

Commit

Permalink
Disable Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed Oct 28, 2021
1 parent ff91329 commit c135be3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,11 @@ jobs:
- name: Run Flutter integration tests
working-directory: ./frb_example/with_flutter
run: flutter test -d windows integration_test/main.dart --verbose

flutter_linux_test:
# CI on Linux does not work right now due to log reader errors
if: false
name: Flutter (Linux) integration test
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -219,10 +220,8 @@ jobs:
profile: minimal
toolchain: stable


- name: Install Flutter
# From Flutter Gallery
uses: subosito/flutter-action@4389e6cbc6cb8a4b18c628ff96ff90be0e926aa8
uses: subosito/flutter-action@v1
with:
channel: 'stable'

Expand All @@ -238,4 +237,4 @@ jobs:

- name: Run Flutter integration tests
working-directory: ./frb_example/with_flutter
run: flutter test -d linux integration_test/main.dart -v -r expanded
run: flutter test -d linux integration_test/main.dart --verbose

0 comments on commit c135be3

Please sign in to comment.