Skip to content

Commit

Permalink
Run windows-specific test script
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 13, 2024
1 parent 5129580 commit 0cd8ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
cache: npm
cache-dependency-path: package.json
- run: npm install --omit=optional
shell: bash
- # if: matrix.os != 'windows-latest'
- if: matrix.os != 'windows-latest'
run: npm test
shell: bash
# - if: matrix.os == 'windows-latest'
# run: npm test-windows
# shell: bash
- if: matrix.os == 'windows-latest'
run: npm run test-windows
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"pretest": "npm run _prebuild",
"serve": "npm run cd:docs serve",
"test": "npm run cd:docs test && npm run check",
"test-windows": "npm run cd:docs",
"test-windows": "npm run cd:docs test",
"update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest",
"update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest"
},
Expand Down

0 comments on commit 0cd8ee0

Please sign in to comment.