Merge pull request #1307 from PrivateBin/experimental-8.4

Add upload test results job in CI
This commit is contained in:
El RIDO 2024-05-12 10:12:25 +02:00 committed by GitHub
commit 9239c0267f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 3 deletions

View file

@ -15,7 +15,8 @@
"@peculiar/webcrypto": "^1.1.1"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"ci-test": "mocha --reporter-option output=mocha-results.xml"
},
"repository": {
"type": "git",