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
Frank Moreno
2020-10-17 14:14:15 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7414645fd2d6c1e3f6e914c3563f7926b39a9347
7414645f
1 parent
080778c4
github actions flutter 1.22.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
.github/workflows/main.yml
.github/workflows/main.yml
View file @
7414645
#The name of your workflow.
name
:
build
name
:
build
# Trigger the workflow on push or pull request
on
:
push
:
branches
:
[
master
]
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
branches
:
[
master
]
#A workflow run is made up of one or more jobs. Jobs run in parallel by default.
jobs
:
test
:
#The type of machine to run the job on. [windows,macos, ubuntu , self-hosted]
defaults
:
...
...
@@ -24,8 +23,8 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
-
uses
:
subosito/flutter-action@v1
with
:
flutter-version
:
'
1.20.4'
channel
:
'
stable'
flutter-version
:
"
1.22.2"
channel
:
"
stable"
-
run
:
flutter pub get
#- run: flutter analyze
# run flutter widgets tests and unit tests
...
...
@@ -33,4 +32,3 @@ jobs:
# Upload coverage reports to Codecov
# https://github.com/marketplace/actions/codecov
-
uses
:
codecov/codecov-action@v1.0.7
...
...
Please
register
or
login
to post a comment