change directory mapping

This commit is contained in:
Martin Fillafer 2023-03-20 15:49:56 +01:00
parent 599ed4bcba
commit 748bf26479

View file

@ -18,6 +18,4 @@ jobs:
name: Workflow Report
path: '*.xml'
reporter: jest-junit
directory-mapping:
from: some/path
to: to/something/else
directory-mapping: {from: "some/path", to: "some/other/path"}