mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 19:55:22 -08:00
Add support for loading test results from artifacts
This commit is contained in:
@@ -32,15 +32,20 @@
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/github": "^4.0.0",
|
||||
"adm-zip": "^0.5.2",
|
||||
"fast-glob": "^3.2.5",
|
||||
"got": "^11.8.1",
|
||||
"picomatch": "^2.2.2",
|
||||
"xml2js": "^0.4.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@octokit/types": "^6.7.0",
|
||||
"@octokit/webhooks": "^7.21.0",
|
||||
"@types/adm-zip": "^0.4.33",
|
||||
"@types/github-slugger": "^1.3.0",
|
||||
"@types/jest": "^26.0.20",
|
||||
"@types/node": "^14.14.20",
|
||||
"@types/picomatch": "^2.2.1",
|
||||
"@types/xml2js": "^0.4.8",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
||||
"@typescript-eslint/parser": "^4.14.1",
|
||||
|
||||
Reference in New Issue
Block a user