Skip to content

Commit f123714

Browse files
committed
GH Actions: use ubuntu-latest for e2e tests
1 parent 2d197c7 commit f123714

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,13 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
strategy:
5757
matrix:
58-
include:
59-
- os: ubuntu-20.04
60-
browser: firefox
61-
type: 'e2e'
62-
- os: ubuntu-20.04
63-
browser: firefox
64-
type: 'component'
65-
- os: ubuntu-latest
66-
browser: chrome
67-
type: 'e2e'
68-
- os: ubuntu-latest
69-
browser: chrome
70-
type: 'component'
58+
os: [ubuntu-latest]
59+
browser: [firefox, chrome]
60+
type: [e2e, component]
7161
# TODO: re-enable once macos build is stable #590
72-
# - os: macos-latest
73-
# browser: edge
62+
# include:
63+
# - os: macos-latest
64+
# browser: edge
7465
steps:
7566
- name: Checkout
7667
uses: actions/checkout@v3

0 commit comments

Comments
 (0)