File tree Expand file tree Collapse file tree 7 files changed +18
-0
lines changed Expand file tree Collapse file tree 7 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 9
9
branches : [ main ]
10
10
paths :
11
11
- ' geolocator/**'
12
+ - ' .github/workflows/geolocator.yaml'
12
13
pull_request :
13
14
branches : [ main ]
14
15
paths :
15
16
- ' geolocator/**'
17
+ - ' .github/workflows/geolocator.yaml'
16
18
17
19
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
20
jobs :
Original file line number Diff line number Diff line change 9
9
branches : [ main ]
10
10
paths :
11
11
- ' geolocator_android/**'
12
+ - ' .github/workflows/geolocator_android.yaml'
12
13
pull_request :
13
14
branches : [ main ]
14
15
paths :
15
16
- ' geolocator_android/**'
17
+ - ' .github/workflows/geolocator_android.yaml'
16
18
17
19
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
20
jobs :
Original file line number Diff line number Diff line change 9
9
branches : [ main ]
10
10
paths :
11
11
- ' geolocator_apple/**'
12
+ - ' .github/workflows/geolocator_apple.yaml'
12
13
pull_request :
13
14
branches : [ main ]
14
15
paths :
15
16
- ' geolocator_apple/**'
17
+ - ' .github/workflows/geolocator_apple.yaml'
16
18
17
19
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
20
jobs :
Original file line number Diff line number Diff line change 7
7
branches : [ main ]
8
8
paths :
9
9
- ' geolocator_linux/**'
10
+ - ' .github/workflows/geolocator_linux.yaml'
10
11
pull_request :
11
12
branches : [ main ]
12
13
paths :
13
14
- ' geolocator_linux/**'
15
+ - ' .github/workflows/geolocator_linux.yaml'
14
16
15
17
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
18
jobs :
Original file line number Diff line number Diff line change 9
9
branches : [ main ]
10
10
paths :
11
11
- ' geolocator_platform_interface/**'
12
+ - ' .github/workflows/geolocator_platform_interface.yaml'
12
13
pull_request :
13
14
branches : [ main ]
14
15
paths :
15
16
- ' geolocator_platform_interface/**'
17
+ - ' .github/workflows/geolocator_platform_interface.yaml'
16
18
17
19
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
20
jobs :
Original file line number Diff line number Diff line change 8
8
branches : [ main ]
9
9
paths :
10
10
- ' geolocator_web/**'
11
+ - ' .github/workflows/geolocator_web.yaml'
11
12
pull_request :
12
13
branches : [ main ]
13
14
paths :
14
15
- ' geolocator_web/**'
16
+ - ' .github/workflows/geolocator_web.yaml'
15
17
16
18
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
19
jobs :
54
56
- name : Run Web build
55
57
run : flutter build web --release
56
58
working-directory : ${{env.example-directory}}
59
+
60
+ - name : Run Web Tests
61
+ run : flutter test --platform chrome
62
+ working-directory : ${{env.source-directory}}
Original file line number Diff line number Diff line change 9
9
branches : [ main ]
10
10
paths :
11
11
- ' geolocator_windows/**'
12
+ - ' .github/workflows/geolocator_windows.yaml'
12
13
pull_request :
13
14
branches : [ main ]
14
15
paths :
15
16
- ' geolocator_windows/**'
17
+ - ' .github/workflows/geolocator_windows.yaml'
16
18
17
19
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
20
jobs :
You can’t perform that action at this time.
0 commit comments