Skip to content

Commit 5c67a36

Browse files
ci: remove beta pipeline
1 parent c58d06d commit 5c67a36

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ on:
1414
jobs:
1515
build:
1616
runs-on: macos-latest
17-
strategy:
18-
fail-fast: false
19-
matrix:
20-
channel: [stable, beta]
2117

2218
steps:
2319
- uses: actions/checkout@v3
@@ -30,7 +26,7 @@ jobs:
3026
- name: Flutter action
3127
uses: subosito/flutter-action@v2
3228
with:
33-
channel: ${{ matrix.channel }}
29+
channel: 'stable'
3430

3531
- name: Install dependencies
3632
run: flutter pub get
@@ -41,7 +37,6 @@ jobs:
4137
- name: Run tests
4238
run: flutter test --coverage
4339
- name: Upload coverage to Codecov
44-
if: ${{ matrix.channel == 'stable' }}
4540
uses: codecov/codecov-action@v3
4641
with:
4742
files: coverage/lcov.info

0 commit comments

Comments
 (0)