From 3d92dfbc7b81b3b46a02ac1109d37ef3a4ad41e1 Mon Sep 17 00:00:00 2001 From: John Ryan Date: Tue, 26 Jan 2021 22:27:54 -0800 Subject: [PATCH] use source script.sh instead of ./script.sh (#629) --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 229d34880..9e69d67f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: