Remove unneeded quotes.
This commit is contained in:
parent
7561130904
commit
10f2a39f9c
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -50,10 +50,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: tap syntax (Linux)
|
- name: tap syntax (Linux)
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
core-tap: "linuxbrew-core"
|
core-tap: linuxbrew-core
|
||||||
- name: tap syntax (macOS)
|
- name: tap syntax (macOS)
|
||||||
os: macos-11.0
|
os: macos-11.0
|
||||||
core-tap: "homebrew-core"
|
core-tap: homebrew-core
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Homebrew
|
- name: Set up Homebrew
|
||||||
id: set-up-homebrew
|
id: set-up-homebrew
|
||||||
@ -130,10 +130,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: vendored gems (Linux)
|
- name: vendored gems (Linux)
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
core-tap: "linuxbrew-core"
|
core-tap: linuxbrew-core
|
||||||
- name: vendored gems (macOS)
|
- name: vendored gems (macOS)
|
||||||
os: macos-11.0
|
os: macos-11.0
|
||||||
core-tap: "homebrew-core"
|
core-tap: homebrew-core
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Homebrew
|
- name: Set up Homebrew
|
||||||
id: set-up-homebrew
|
id: set-up-homebrew
|
||||||
@ -184,10 +184,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: "tests (no-compatibility mode)"
|
- name: tests (no-compatibility mode)
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
test-flags: --no-compat --online --coverage
|
test-flags: --no-compat --online --coverage
|
||||||
- name: "tests (generic OS)"
|
- name: tests (generic OS)
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
test-flags: --generic --online --coverage
|
test-flags: --generic --online --coverage
|
||||||
- name: tests (Linux)
|
- name: tests (Linux)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user