We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-shared
1 parent 8f6b705 commit 6c3e124Copy full SHA for 6c3e124
.github/workflows/test-shared.yml
@@ -201,6 +201,7 @@ jobs:
201
with:
202
pattern: csv-*
203
merge-multiple: true
204
+ path: raw-results
205
github-token: ${{ github.token }} # token with actions:read permissions on target repo
206
repository: aduh95/node
207
run-id: 17513675780
@@ -229,5 +230,5 @@ jobs:
229
230
--arg sharedLibDeps '{}' \
231
--arg devTools '[]' \
232
--run '
- cat *.csv | Rscript benchmark/compare.R
233
+ cat raw-results/*.csv | Rscript benchmark/compare.R
234
'
0 commit comments