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-06-10 16:34:18 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-06-10 16:34:18 -0300
Commit
60b1973c8f771da8e58407dfb77cba145a956e48
60b1973c
1 parent
14f78d19
Update main.yml
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.github/workflows/main.yml
.github/workflows/main.yml
View file @
60b1973
#The name of your workflow.
name
:
Test, build and deploy
name
:
build
# Trigger the workflow on push or pull request
on
:
[
push
,
pull_request
]
#A workflow run is made up of one or more jobs. Jobs run in parallel by default.
...
...
@@ -21,7 +21,7 @@ jobs:
channel
:
'
stable'
-
run
:
flutter pub get
# run static analys code
-
run
:
flutter analyze
#
- run: flutter analyze
# run flutter widgets tests and unit tests
-
run
:
flutter test --coverage
# Upload coverage reports to Codecov
...
...
Please
register
or
login
to post a comment