chore: remove long jobs (#9913)

This commit is contained in:
Alex Rudenko 2023-03-24 16:36:00 +01:00 committed by GitHub
parent 3a31070d05
commit 94f680a046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,8 @@ jobs:
exclude: exclude:
- os: windows-latest - os: windows-latest
suite: chrome-bidi suite: chrome-bidi
- os: macos-latest
suite: chrome-headful
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0
@ -186,6 +188,11 @@ jobs:
- firefox-bidi - firefox-bidi
- firefox-headful - firefox-headful
- firefox-headless - firefox-headless
exclude:
- os: macos-latest
suite: firefox-headful
- os: macos-latest
suite: firefox-headless
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -276,8 +283,6 @@ jobs:
- macos-latest - macos-latest
- windows-latest - windows-latest
node: node:
- 14
- 16
- 18 - 18
pkg_manager: pkg_manager:
- npm - npm