@@ -15,42 +15,44 @@ defaults:
1515 shell : bash
1616
1717jobs :
18+ # TODO(ewindmill) -- Something with Beta branch and shaders is broken
19+
1820 # Test all samples on the beta channel. Since the beta channel will soon be
1921 # promoted to stable, this branch is only concerned with the beta.
20- Beta-CI :
21- name : Test flutter beta channel
22- runs-on : ${{ matrix.os }}
23- if : github.repository == 'flutter/samples'
24- strategy :
25- fail-fast : false
26- matrix :
27- os : [ubuntu-latest, macos-latest, windows-latest]
28- steps :
29- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
30- - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
31- with :
32- distribution : ' zulu'
33- java-version : ' 17'
34- - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
35- with :
36- channel : beta
37- - run : flutter pub get && dart tool/ci_script.dart
22+ # Beta-CI:
23+ # name: Test flutter beta channel
24+ # runs-on: ${{ matrix.os }}
25+ # if: github.repository == 'flutter/samples'
26+ # strategy:
27+ # fail-fast: false
28+ # matrix:
29+ # os: [ubuntu-latest, macos-latest, windows-latest]
30+ # steps:
31+ # - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
32+ # - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
33+ # with:
34+ # distribution: 'zulu'
35+ # java-version: '17'
36+ # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
37+ # with:
38+ # channel: beta
39+ # - run: flutter pub get && dart tool/ci_script.dart
3840
3941 # Verify the Android add-to-app samples build and pass tests with the beta
4042 # channel.
41- android-build :
42- runs-on : ubuntu-latest
43- if : github.repository == 'flutter/samples'
44- steps :
45- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
46- - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
47- with :
48- distribution : ' zulu'
49- java-version : ' 17'
50- - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
51- with :
52- channel : beta
53- - run : ./tool/android_ci_script.sh
43+ # android-build:
44+ # runs-on: ubuntu-latest
45+ # if: github.repository == 'flutter/samples'
46+ # steps:
47+ # - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
48+ # - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
49+ # with:
50+ # distribution: 'zulu'
51+ # java-version: '17'
52+ # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
53+ # with:
54+ # channel: beta
55+ # - run: ./tool/android_ci_script.sh
5456
5557 # Verify the iOS add-to-app samples build and pass tests with the beta
5658 # channel.
0 commit comments