mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 20:12:15 +01:00
gha: update test workflow
This commit is contained in:
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
@@ -1,17 +1,18 @@
|
||||
name: "Run JavaScript Action"
|
||||
name: "Test"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'releases/*' # only run in release distribution branches
|
||||
branches:
|
||||
- 'migrate-javascript-action'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- uses: actions/javascript-action@releases/v1
|
||||
with:
|
||||
- uses: peaceiris/actions-hugo@migrate-javascript-action
|
||||
with:
|
||||
milliseconds: 1000
|
||||
|
||||
Reference in New Issue
Block a user