update ci
This commit is contained in:
@@ -11,9 +11,6 @@ on:
|
|||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
|
|
||||||
env:
|
|
||||||
flutter_version: "1.20.4"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
@@ -26,9 +23,9 @@ jobs:
|
|||||||
path: /opt/hostedtoolcache/flutter
|
path: /opt/hostedtoolcache/flutter
|
||||||
key: ${{ runner.OS }}-flutter-install-cache-${{ env.flutter_version }}
|
key: ${{ runner.OS }}-flutter-install-cache-${{ env.flutter_version }}
|
||||||
- name: Flutter action
|
- name: Flutter action
|
||||||
uses: subosito/flutter-action@v1.1.1
|
uses: subosito/flutter-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.flutter_version }}
|
channel: 'stable'
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Coverage fix
|
- name: Coverage fix
|
||||||
|
|||||||
Reference in New Issue
Block a user