Skip to content

Commit 891bbe3

Browse files
author
LamNguyen176
committed
force update coverage(#master)
1 parent e915139 commit 891bbe3

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/workflows/flutter.yml

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Flutter CI
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
branches:
69
- master
@@ -18,16 +21,16 @@ jobs:
1821
with:
1922
flutter-version: '3.19.6'
2023

21-
- name: Cache Flutter dependencies
22-
uses: actions/cache@v3
23-
with:
24-
path: |
25-
~/.pub-cache
26-
flutter/bin/cache
27-
# key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
28-
key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
29-
restore-keys: |
30-
${{ runner.os }}-flutter-
24+
# - name: Cache Flutter dependencies
25+
# uses: actions/cache@v3
26+
# with:
27+
# path: |
28+
# ~/.pub-cache
29+
# flutter/bin/cache
30+
# # key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
31+
# key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
32+
# restore-keys: |
33+
# ${{ runner.os }}-flutter-
3134

3235
- name: Install dependencies
3336
run: flutter pub get

0 commit comments

Comments
 (0)