Skip to content

Commit

Permalink
CI: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent ba1a9e0 commit 304ce49
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:

test-chrome:
name: "Test Chromium browser"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -48,10 +45,7 @@ jobs:

test-firefox:
name: "Test Firefox browser"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -69,10 +63,7 @@ jobs:

test-webkit:
name: "Test WebKit browser"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 304ce49

Please sign in to comment.