Skip to content

Commit 8ca891f

Browse files
committed
Update workflow run
1 parent c840c61 commit 8ca891f

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
jobs:
2626
accessibility:
2727
name: Accessibility
28+
timeout-minutes: 10
2829
runs-on:
2930
labels:
3031
- runs-on
@@ -51,11 +52,7 @@ jobs:
5152
run: bundle exec rake test:accessibility
5253
components:
5354
name: Components (${{ matrix.label }})
54-
runs-on:
55-
labels:
56-
- runs-on
57-
- runner=16cpu-linux-x64
58-
- run-id=${{ github.run_id }}
55+
runs-on: ubuntu-latest
5956
strategy:
6057
fail-fast: false
6158
matrix:
@@ -89,11 +86,7 @@ jobs:
8986
RAILS_VERSION: ${{ matrix.rails_version }}
9087
lib:
9188
name: Lib (${{ matrix.label }})
92-
runs-on:
93-
labels:
94-
- runs-on
95-
- runner=16cpu-linux-x64
96-
- run-id=${{ github.run_id }}
89+
runs-on: ubuntu-latest
9790
strategy:
9891
fail-fast: false
9992
matrix:
@@ -279,11 +272,7 @@ jobs:
279272
run: exit 1
280273
selectors:
281274
name: CSS coverage
282-
runs-on:
283-
labels:
284-
- runs-on
285-
- runner=16cpu-linux-x64
286-
- run-id=${{ github.run_id }}
275+
runs-on: ubuntu-latest
287276
steps:
288277
- name: Checkout
289278
uses: actions/checkout@v5

0 commit comments

Comments
 (0)