build(ci): restore test.yml

This commit is contained in:
nemo-shen 2021-12-15 01:07:21 +08:00 committed by neverland
parent ed36096494
commit 0d856b0074

View File

@ -23,17 +23,11 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.16.1'
node-version: '14.x'
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Export yarn.lock
run: cat yarn.lock
- name: Export gst
run: git status
- name: Run test cases
run: npm test