Skip to content

Commit 5ff5029

Browse files
committed
WIP Fix CI
1 parent 6172a5b commit 5ff5029

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
container:
10-
image: dart:3.0
10+
image: dart:3.5.0
1111

1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/very_good_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ jobs:
1111
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
1212
build:
1313
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
14+
min_coverage: 80
1415
pana:
1516
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1

0 commit comments

Comments
 (0)