mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(e2e): update test file location (#16090)
This commit is contained in:
@@ -158,7 +158,7 @@ class CIScreenshotConnector extends IonicConnector {
|
||||
await Promise.all(batch.map(async uploadPath => {
|
||||
const stream = fs.createReadStream(uploadPath);
|
||||
const relPath = path.relative(appRoot, uploadPath);
|
||||
const key = `test/${results.currentBuild.id}/${relPath}`;
|
||||
const key = `data/tests/${results.currentBuild.id}/${relPath}`;
|
||||
|
||||
let contentType = 'text/plain';
|
||||
if (uploadPath.endsWith('.js')) {
|
||||
|
||||
Reference in New Issue
Block a user