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-09-19 14:19:46 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-19 14:19:46 -0300
Commit
b5c2ac645fb98db669d30a2fb1756ec2ed14b9b5
b5c2ac64
1 parent
1eb79ea5
Create dart.yml
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
.github/workflows/dart.yml
.github/workflows/dart.yml
0 → 100644
View file @
b5c2ac6
name
:
Dart CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
build
:
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
...
...
Please
register
or
login
to post a comment