cd linear-algebra-javascript

This commit is contained in:
Christian Clauss
2020-01-09 21:27:10 +01:00
committed by GitHub
parent 7da6d10217
commit 39fb138ae8

View File

@ -14,7 +14,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
# npm ci
cd linear-algebra-javascript
npm ci
npm run build --if-present
npm test
env: