fix: workflow syntax
This commit is contained in:
parent
9aa599a7fb
commit
45bd07a5c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
- run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
# - name: Test script
|
# - name: Test script
|
||||||
# - run: npm test
|
# run: npm test
|
||||||
|
|
||||||
- name: Test action
|
- name: Test action
|
||||||
uses: peaceiris/actions-hugo@migrate-javascript-action
|
uses: peaceiris/actions-hugo@migrate-javascript-action
|
||||||
|
|
Loading…
Reference in a new issue