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
Jonatas
2020-09-19 13:13:05 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
12ae841f25aeb1d2c9d018b397f48fe83562bff4
12ae841f
1 parent
a1cfbb34
added actions to get_rx and get_instance
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
.github/workflows/get_instance.yaml
.github/workflows/get_rx.yaml
.github/workflows/get_instance.yaml
View file @
12ae841
...
...
@@ -13,14 +13,11 @@ on:
-
"
.github/workflows/get_instance.yaml"
#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]
build
:
defaults
:
run
:
working-directory
:
packages/get_instance
runs-on
:
ubuntu-latest
#sequence of tasks called
container
:
image
:
google/dart:2.8.4
steps
:
...
...
@@ -32,5 +29,4 @@ jobs:
-
name
:
Analyze
run
:
dartanalyzer --fatal-infos --fatal-warnings lib test example
-
name
:
Run tests
-
uses
:
codecov/codecov-action@v1.0.7
run
:
pub run test_coverage
\ No newline at end of file
...
...
.github/workflows/get_rx.yaml
View file @
12ae841
...
...
@@ -13,14 +13,11 @@ on:
-
"
.github/workflows/get_rx.yaml"
#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]
build
:
defaults
:
run
:
working-directory
:
packages/get_rx
runs-on
:
ubuntu-latest
#sequence of tasks called
container
:
image
:
google/dart:2.8.4
steps
:
...
...
@@ -32,5 +29,4 @@ jobs:
-
name
:
Analyze
run
:
dartanalyzer --fatal-infos --fatal-warnings lib test example
-
name
:
Run tests
-
uses
:
codecov/codecov-action@v1.0.7
run
:
pub run test_coverage
\ No newline at end of file
...
...
Please
register
or
login
to post a comment