mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
use source script.sh instead of ./script.sh (#629)
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -17,11 +17,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- flutter_version: dev
|
- flutter_version: dev
|
||||||
allow_failure: true
|
|
||||||
- flutter_version: beta
|
- flutter_version: beta
|
||||||
allow_failure: true
|
|
||||||
- flutter_version: stable
|
- flutter_version: stable
|
||||||
allow_failure: false
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
@@ -31,7 +28,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: ${{ matrix.flutter_version }}
|
channel: ${{ matrix.flutter_version }}
|
||||||
- run: ./tool/flutter_ci_script.sh
|
- run: ./tool/flutter_ci_script.sh
|
||||||
continue-on-error: ${{ matrix.allow_failure }}
|
|
||||||
android-build:
|
android-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user