1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 09:54:28 -04:00

Switch to uvu for tests

This commit is contained in:
XhmikosR
2021-12-07 09:41:59 +02:00
parent 2b4029e5c1
commit 4e3308dc3f
4 changed files with 166 additions and 1094 deletions

View File

@@ -57,7 +57,7 @@ jobs:
run: npm ci
- name: Run tests
run: npm run mocha
run: npm run uvu
test-extended:
name: Node ${{ matrix.node }} on ${{ matrix.os }} (Extended)
@@ -85,7 +85,7 @@ jobs:
run: npm ci
- name: Run tests
run: npm run mocha
run: npm run uvu
publish:
if: startsWith(github.ref, 'refs/tags/')