Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
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
Jaime Blasco
2022-09-07 11:10:49 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
beb4e6c2b2a0bcf239026c7dff046311750a5ba3
beb4e6c2
1 parent
8b86f346
ci: updates sheet workflow
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
21 deletions
.github/workflows/flutter_test.yml
.github/workflows/sheet.yaml
.github/workflows/flutter_test.yml
deleted
100644 → 0
View file @
8b86f34
name
:
Flutter Test
on
:
push
:
branches
:
-
master
jobs
:
build
:
name
:
Sheet test
env
:
my_secret
:
${{secrets.commit_secret}}
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
subosito/flutter-action@v1
with
:
channel
:
'
dev'
-
run
:
|
cd sheet
flutter pub get
-
run
:
|
tools/coverage.sh sheet
\ No newline at end of file
.github/workflows/sheet.yaml
0 → 100644
View file @
beb4e6c
name
:
Sheet
on
:
push
:
branches
:
-
master
-
main
pull_request
:
paths
:
-
"
.github/workflows/sheet.yaml"
-
"
sheet/**"
jobs
:
build
:
uses
:
VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with
:
working_directory
:
sheet
min_coverage
:
60
# Working to reach 100% XD
pana
:
uses
:
VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
with
:
working_directory
:
sheet
\ No newline at end of file
...
...
Please
register
or
login
to post a comment