forked from Speiger/Primitive-Collections
Small Publish action fix.
-Fixed: Renamed files to junit_files since the original is deprecated
This commit is contained in:
parent
03b23f0e3c
commit
5118ae8b1f
|
@ -32,7 +32,7 @@ jobs:
|
|||
id: test-results
|
||||
if: always()
|
||||
with:
|
||||
files: build/test-results/**/*.xml
|
||||
junit_files: build/test-results/**/*.xml
|
||||
fail_on: nothing
|
||||
ignore_runs: true
|
||||
json_thousands_separator: .
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
id: test-results
|
||||
if: always()
|
||||
with:
|
||||
files: build/test-results/**/*.xml
|
||||
junit_files: build/test-results/**/*.xml
|
||||
fail_on: nothing
|
||||
ignore_runs: true
|
||||
json_thousands_separator: .
|
||||
|
|
Loading…
Reference in New Issue