Skip to content

Commit

Permalink
Merge pull request #1181 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: use ubuntu-latest for e2e tests
  • Loading branch information
oliver-sanders authored Jan 4, 2023
2 parents 2d197c7 + f123714 commit 9631c24
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
browser: firefox
type: 'e2e'
- os: ubuntu-20.04
browser: firefox
type: 'component'
- os: ubuntu-latest
browser: chrome
type: 'e2e'
- os: ubuntu-latest
browser: chrome
type: 'component'
os: [ubuntu-latest]
browser: [firefox, chrome]
type: [e2e, component]
# TODO: re-enable once macos build is stable #590
# - os: macos-latest
# browser: edge
# include:
# - os: macos-latest
# browser: edge
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9631c24

Please sign in to comment.