mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update build.yml
This commit is contained in:
parent
57307078f5
commit
1d5fd60054
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -2,7 +2,7 @@ name: unit
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
jobs:
|
||||
unit-test:
|
||||
runs-on: ubuntu-latest
|
||||
@ -13,4 +13,4 @@ jobs:
|
||||
- name: Install and Test
|
||||
run: |
|
||||
npm install
|
||||
npm run-script test
|
||||
npm run-script test
|
||||
|
Loading…
Reference in New Issue
Block a user