Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
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
Jonny Borges
2020-05-24 18:25:27 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-05-24 18:25:27 -0300
Commit
d3c66919662be668ba62d1f98054f9061172e633
d3c66919
1 parent
44a65684
Update dart.yml
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
19 deletions
.github/workflows/dart.yml
.github/workflows/dart.yml
View file @
d3c6691
name
:
Dart CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
name
:
Run analyze and tests
on
:
pull_request
jobs
:
build
:
analyze-and-test
:
runs-on
:
ubuntu-latest
container
:
image
:
google/dart:latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Install dependencies
run
:
pub get
-
name
:
Run tests
run
:
pub run test
-
uses
:
actions/checkout@v1
-
uses
:
actions/setup-java@v1
with
:
java-version
:
'
12.x'
-
uses
:
subosito/flutter-action@v1
with
:
channel
:
'
stable'
-
run
:
flutter pub get
-
run
:
flutter build aot
-
run
:
flutter analyze
-
run
:
flutter test
...
...
Please
register
or
login
to post a comment