File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
jobs :
14
14
install :
15
15
timeout-minutes : 30
16
- runs-on : ubuntu-latest-m
16
+ runs-on : ubuntu-latest
17
17
env :
18
18
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
19
19
TURBO_TEAM : ${{ vars.TURBO_TEAM }}
75
75
playwright-ct-test :
76
76
timeout-minutes : 30
77
77
needs : [install]
78
- runs-on : ubuntu-latest-m
78
+ runs-on : ubuntu-latest
79
79
env :
80
80
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
81
81
TURBO_TEAM : ${{ vars.TURBO_TEAM }}
@@ -168,7 +168,7 @@ jobs:
168
168
merge-reports :
169
169
if : always()
170
170
needs : [playwright-ct-test]
171
- runs-on : ubuntu-latest-m
171
+ runs-on : ubuntu-latest
172
172
steps :
173
173
- uses : actions/checkout@v4
174
174
- uses : actions/setup-node@v4
@@ -252,7 +252,7 @@ jobs:
252
252
actions : write # needed to delete the cache
253
253
timeout-minutes : 30
254
254
name : Cleanup (${{ matrix.project }})
255
- runs-on : ubuntu-latest-m
255
+ runs-on : ubuntu-latest
256
256
needs : [playwright-ct-test]
257
257
258
258
strategy :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
jobs :
16
16
install :
17
17
timeout-minutes : 30
18
- runs-on : ubuntu-latest-m
18
+ runs-on : ubuntu-latest
19
19
env :
20
20
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
21
21
TURBO_TEAM : ${{ vars.TURBO_TEAM }}
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
playwright-test :
118
118
timeout-minutes : 30
119
- runs-on : ubuntu-latest-m
119
+ runs-on : ubuntu-latest
120
120
needs : [install]
121
121
env :
122
122
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
@@ -231,7 +231,7 @@ jobs:
231
231
merge-reports :
232
232
if : always()
233
233
needs : [playwright-test]
234
- runs-on : ubuntu-latest-m
234
+ runs-on : ubuntu-latest
235
235
steps :
236
236
- uses : actions/checkout@v4
237
237
- uses : actions/setup-node@v4
@@ -289,7 +289,7 @@ jobs:
289
289
actions : write # needed to delete the cache
290
290
timeout-minutes : 30
291
291
name : Cleanup (${{ matrix.project }})
292
- runs-on : ubuntu-latest-m
292
+ runs-on : ubuntu-latest
293
293
needs : [playwright-test]
294
294
295
295
strategy :
Original file line number Diff line number Diff line change 25
25
# we want to know if a test fails on a specific node version
26
26
fail-fast : false
27
27
matrix :
28
- os : [ubuntu-latest-m ]
28
+ os : [ubuntu-latest]
29
29
node : [18, 20, 22]
30
30
experimental : [false]
31
31
shardIndex : [1, 2, 3, 4]
97
97
report-coverage :
98
98
if : ${{ !cancelled() }}
99
99
needs : test
100
- runs-on : ubuntu-latest-m
100
+ runs-on : ubuntu-latest
101
101
102
102
steps :
103
103
- name : Checkout
You can’t perform that action at this time.
0 commit comments