@@ -38,32 +38,32 @@ jobs:
3838
3939 # Verify the Android add-to-app samples build and pass tests with the beta
4040 # channel.
41- android-build :
42- runs-on : ubuntu-latest
43- if : github.repository == 'flutter/samples'
44- steps :
45- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46- - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
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
41+ # android-build:
42+ # runs-on: ubuntu-latest
43+ # if: github.repository == 'flutter/samples'
44+ # steps:
45+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46+ # - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
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
5454
5555 # Verify the iOS add-to-app samples build and pass tests with the beta
5656 # channel.
57- ios-build :
58- runs-on : macos-latest
59- if : github.repository == 'flutter/samples'
60- steps :
61- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62- - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
63- with :
64- distribution : ' zulu'
65- java-version : ' 17'
66- - uses : subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
67- with :
68- channel : beta
69- - run : ./tool/ios_ci_script.sh
57+ # ios-build:
58+ # runs-on: macos-latest
59+ # if: github.repository == 'flutter/samples'
60+ # steps:
61+ # - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62+ # - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
63+ # with:
64+ # distribution: 'zulu'
65+ # java-version: '17'
66+ # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
67+ # with:
68+ # channel: beta
69+ # - run: ./tool/ios_ci_script.sh
0 commit comments