File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 # Run the stable test script on the beta channel. Since this branch will soon
1919 # be merged into main as our stable-targeting code, this is the key thing we
2020 # need to test.
21- stable-tests-on-beta :
21+ Beta-CI :
22+ name : Test flutter beta channel
2223 runs-on : ${{ matrix.os }}
2324 if : github.repository == 'flutter/samples'
2425 strategy :
2526 fail-fast : false
2627 matrix :
2728 os : [ubuntu-latest, macos-latest, windows-latest]
28- channel : [beta]
2929 steps :
3030 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3131 - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
3434 java-version : ' 17'
3535 - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3636 with :
37- channel : ${{ matrix.channel }}
37+ channel : beta
3838 - run : flutter pub get && dart tool/ci_script.dart
3939
4040 # Verify the Android add-to-app samples build and pass tests with the beta
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- flutter_version : [main , beta]
27+ flutter_version : [stable , beta]
2828 os : [ubuntu-latest, macos-latest, windows-latest]
2929 steps :
3030 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
You can’t perform that action at this time.
0 commit comments