File tree Expand file tree Collapse file tree 7 files changed +7
-14
lines changed Expand file tree Collapse file tree 7 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,7 @@ jobs:
109
109
110
110
test_launch_android_emulator :
111
111
name : Test Action (launch_android_emulator)
112
- runs-on :
113
- labels : amplify-flutter_ubuntu-latest_4-core
112
+ runs-on : ubuntu-latest
114
113
steps :
115
114
- name : Git Checkout
116
115
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
Original file line number Diff line number Diff line change 73
73
flutter-version : ${{ matrix.flutter-version }}
74
74
75
75
e2e-android :
76
- runs-on :
77
- labels : amplify-flutter_ubuntu-latest_4-core
76
+ runs-on : ubuntu-latest
78
77
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
79
78
permissions :
80
79
id-token : write
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
test-dart-2js :
16
16
# These tests heavily leverage build_runner which benefits from faster runners
17
- runs-on :
18
- labels : amplify-flutter_ubuntu-latest_4-core
17
+ runs-on : ubuntu-latest
19
18
timeout-minutes : 60
20
19
strategy :
21
20
# Allows other matrix items to run if one fails
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
test-dart-ddc :
16
16
# These tests heavily leverage build_runner which benefits from faster runners
17
- runs-on :
18
- labels : amplify-flutter_ubuntu-latest_4-core
17
+ runs-on : ubuntu-latest
19
18
timeout-minutes : 60
20
19
strategy :
21
20
# Allows other matrix items to run if one fails
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
e2e-test-android :
20
- runs-on :
21
- labels : amplify-flutter_ubuntu-latest_4-core
20
+ runs-on : ubuntu-latest
22
21
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
23
22
permissions :
24
23
id-token : write
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
e2e-test-linux :
20
- runs-on :
21
- labels : amplify-flutter_ubuntu-latest_4-core
20
+ runs-on : ubuntu-latest
22
21
strategy :
23
22
# Allows other matrix items to run if one fails
24
23
fail-fast : false
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
flutter-android-build-and-test :
21
- runs-on :
22
- labels : amplify-flutter_ubuntu-latest_4-core
21
+ runs-on : ubuntu-latest
23
22
timeout-minutes : 30
24
23
strategy :
25
24
# Allows other matrix items to run if one fails
You can’t perform that action at this time.
0 commit comments