Merge pull request #14323 from MikeMcQuaid/tests_less_online
workflows/tests: only `brew tests --online` twice.
This commit is contained in:
commit
6bf0fbb2c2
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user