Skip to content

Commit 6686ef8

Browse files
authored
Update nodejs.yml
1 parent c950128 commit 6686ef8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
- name: npm install, build, and test
1616
run: |
1717
npm install doctest standard --save-dev
18-
rm Web-Programming/StockPrice.js Linear-Algebra/test/test.js String/LevenshteinDistance.test.js
19-
npx doctest **/*.js || true # Some files need to be fixed or removed
18+
npx doctest **/*.js || true # TODO: error: Line 1: Unexpected token >>
2019
npx standard
2120
npm ci
2221
npm run build --if-present
22+
# TODO: Remove the next line when #539 is fixed.
23+
rm Linear-Algebra/test/test.js String/LevenshteinDistance.test.js
2324
npm test
2425
env:
2526
CI: true

0 commit comments

Comments
 (0)