Update test.yml
This commit is contained in:
parent
68deb0e162
commit
10121b4fc9
|
@ -11,7 +11,5 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: install dependencies
|
- run: npm install
|
||||||
run: npm install
|
- run: npm test
|
||||||
- name: build
|
|
||||||
run: npm test
|
|
Loading…
Reference in New Issue