Merge pull request #14323 from MikeMcQuaid/tests_less_online

workflows/tests: only `brew tests --online` twice.
This commit is contained in:
Mike McQuaid 2023-01-02 19:51:05 +00:00 committed by GitHub
commit 6bf0fbb2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,16 +223,16 @@ jobs:
matrix:
include:
- name: tests (no-compatibility mode)
test-flags: --no-compat --online --coverage
test-flags: --no-compat --coverage
runs-on: ubuntu-22.04
- name: tests (generic OS)
test-flags: --generic --online --coverage
test-flags: --generic --coverage
runs-on: ubuntu-22.04
- name: tests (Ubuntu 22.04)
test-flags: --online --coverage
runs-on: ubuntu-22.04
- name: tests (Ubuntu 18.04)
test-flags: --online --coverage
test-flags: --coverage
runs-on: ubuntu-18.04
steps:
- name: Set up Homebrew