remove unused params
This commit is contained in:
parent
63b821882f
commit
9f5918782d
31
.github/workflows/test.yml
vendored
31
.github/workflows/test.yml
vendored
@ -12,14 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
deno:
|
deno: [1.x, "1.33.1", canary, ~1.32, b31cf9fde6ad5398c20370c136695db77df6beeb]
|
||||||
[
|
|
||||||
1.x,
|
|
||||||
"1.33.1",
|
|
||||||
canary,
|
|
||||||
~1.32,
|
|
||||||
b31cf9fde6ad5398c20370c136695db77df6beeb,
|
|
||||||
]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -47,17 +40,6 @@ jobs:
|
|||||||
|
|
||||||
test-dvm-file:
|
test-dvm-file:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
||||||
deno:
|
|
||||||
[
|
|
||||||
1.x,
|
|
||||||
"1.33.1",
|
|
||||||
canary,
|
|
||||||
~1.32,
|
|
||||||
b31cf9fde6ad5398c20370c136695db77df6beeb,
|
|
||||||
]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@ -71,17 +53,6 @@ jobs:
|
|||||||
|
|
||||||
test-tool-versions-file:
|
test-tool-versions-file:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
||||||
deno:
|
|
||||||
[
|
|
||||||
1.x,
|
|
||||||
"1.33.1",
|
|
||||||
canary,
|
|
||||||
~1.32,
|
|
||||||
b31cf9fde6ad5398c20370c136695db77df6beeb,
|
|
||||||
]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user