test
This commit is contained in:
parent
184d0ede63
commit
f5910f8da5
1 changed files with 4 additions and 2 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -27,8 +27,10 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version: [null, 'latest', '0.58.2']
|
hugo-version: [null, 'latest']
|
||||||
extended: [null, true, false]
|
# hugo-version: [null, 'latest', '0.58.2']
|
||||||
|
extended: [null]
|
||||||
|
# extended: [null, true, false]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue