Skip to content

Commit

Permalink
(fix) Converting back to resultsFileGlobs until I release new plugin …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
craigatk committed Feb 28, 2020
1 parent 7a7f2c4 commit 1ebca36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publishers/node-script/projektor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serverUrl": "https://projektorlive.herokuapp.com",
"results": [
"resultsFileGlobs": [
"testResults/*.xml"
]
}
2 changes: 1 addition & 1 deletion ui/projektor.cypress.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serverUrl": "https://projektorlive.herokuapp.com",
"results": [
"resultsFileGlobs": [
"test-results/*.xml"
]
}
2 changes: 1 addition & 1 deletion ui/projektor.jest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"serverUrl": "https://projektorlive.herokuapp.com",
"results": [
"resultsFileGlobs": [
"jestResults/*.xml"
]
}

0 comments on commit 1ebca36

Please sign in to comment.