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
3 changed files with 74 additions and 3 deletions
+2 -1
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",