mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
Run mocha tests properly
This commit is contained in:
@@ -130,7 +130,7 @@ jobs:
|
||||
working-directory: js
|
||||
|
||||
- name: Run unit tests
|
||||
run: npm test --reporter-option output=mocha-results.xml
|
||||
run: npm ci-test
|
||||
working-directory: js
|
||||
|
||||
- name: Upload Test Results
|
||||
@@ -138,7 +138,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Test Results (Mocha)
|
||||
path: tst/mocha-results.xml
|
||||
path: js/mocha-results.xml
|
||||
|
||||
publish-test-results:
|
||||
name: "Publish Tests Results"
|
||||
|
||||
Reference in New Issue
Block a user