Browse Source

CI workflow env fix

pull/1/head
Abheek Dhawan 4 years ago
parent
commit
de6b2deade
  1. 2
      .github/workflows/node.js.yml

2
.github/workflows/node.js.yml

@ -31,4 +31,4 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present
- run: npm test - run: CI=true npm test

Loading…
Cancel
Save