1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Lands beta changes. (#1006)

This commit is contained in:
Andrew Brogdon
2022-02-03 12:43:20 -08:00
committed by GitHub
parent 5f4d30740c
commit 93bf3263c5
15 changed files with 46 additions and 35 deletions

View File

@@ -12,23 +12,6 @@ defaults:
shell: bash
jobs:
flutter-tests:
name: Test Flutter ${{ matrix.flutter_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
flutter_version: [dev, beta]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@4389e6cbc6cb8a4b18c628ff96ff90be0e926aa8
with:
channel: ${{ matrix.flutter_version }}
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
# Run the stable test script on the beta channel. Since this branch will soon
# be merged into master as our stable-targeting code, this is the key thing we
# need to test.