mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +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:
|
||||
include:
|
||||
- flutter_version: dev
|
||||
allow_failure: true
|
||||
- flutter_version: beta
|
||||
allow_failure: true
|
||||
- flutter_version: stable
|
||||
allow_failure: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
@@ -31,7 +28,6 @@ jobs:
|
||||
with:
|
||||
channel: ${{ matrix.flutter_version }}
|
||||
- run: ./tool/flutter_ci_script.sh
|
||||
continue-on-error: ${{ matrix.allow_failure }}
|
||||
android-build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user