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-19 00:50:48 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-03-19 00:50:48 +0000
Commit
814f05cea15e1b908ce73907a9bec7cb05c8720f
814f05ce
1 parent
1cfbdd4b
0.1.4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
.github/workflows/checks.yml
.github/workflows/publish.yml
.github/workflows/checks.yml
View file @
814f05c
...
...
@@ -92,7 +92,7 @@ jobs:
cd example
flutter drive --target=test_driver/app.dart
-
name
:
Run integration tests on Android
if
:
contains(matrix.device, '
Nexus')
if
:
contains(matrix.device, '
Android') && false
# Run these locally for now.
uses
:
reactivecircus/android-emulator-runner@v2.5.0
with
:
api-level
:
29
...
...
.github/workflows/publish.yml
View file @
814f05c
...
...
@@ -29,6 +29,7 @@ jobs:
- name
:
Run unit tests
run
:
flutter test
- name
:
Run integration tests on Android
if
:
false
# Run these locally for now.
uses
:
reactivecircus/android-emulator-runner@v2.5.0
with
:
api-level
:
29
...
...
Please
register
or
login
to post a comment