mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
path change (#6224)
This commit is contained in:
@ -73,7 +73,7 @@ const config = {
|
||||
open: 'never',
|
||||
outputFolder: '../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840
|
||||
}],
|
||||
['junit', { outputFile: 'test-results/results.xml' }],
|
||||
['junit', { outputFile: '../test-results/results.xml' }],
|
||||
['github']
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user