Skip to content

Commit

Permalink
Try running sample app instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Feb 28, 2022
1 parent 111c2bc commit 9675c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/realm-flutter-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Run tests
run: flutter drive -d linux --target=test_driver/app.dart --suppress-analytics --dart-entrypoint-args="" #--verbose #-a="Some test name"
working-directory: ./flutter/realm_flutter/tests
- name: Run example app
run: flutter run --enable-software-rendering --skia-deterministic-rendering -d linux
working-directory: ./flutter/realm_flutter/example

0 comments on commit 9675c4b

Please sign in to comment.