Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2020-03-22 12:49:10 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-03-22 12:49:10 +0000
Commit
39e4f45a020ae18ad7b258379c9a9d7a03793739
39e4f45a
1 parent
d34058c3
0.1.4+1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.github/workflows/checks.yml
.github/workflows/checks.yml
View file @
39e4f45
...
...
@@ -87,12 +87,12 @@ jobs:
-
name
:
Run unit tests
run
:
flutter test
- name
:
Run integration tests on iOS
if
:
contains(matrix.device, 'iPhone')
&& false
# Need to run locally for now.
if
:
contains(matrix.device, 'iPhone')
run
:
|
cd example
flutter drive --target=test_driver/app.dart
-
name
:
Run integration tests on Android
if
:
contains(matrix.device, 'Android')
if
:
contains(matrix.device, 'Android')
&& false
# Need to run locally for now.
uses
:
reactivecircus/android-emulator-runner@v2.5.0
with
:
api-level
:
29
...
...
Please
register
or
login
to post a comment