Skip to content

Commit

Permalink
Merge pull request #5598 from mook-as/e2e/github-windows/logs-error
Browse files Browse the repository at this point in the history
E2E: Don't package logs in GitHub CI
  • Loading branch information
IsaSih committed Sep 28, 2023
2 parents 39b076b + e5a1872 commit 5a88696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/utils/TestUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export function reportAsset(testPath: string, type: 'trace' | 'log' = 'trace') {
}

export async function packageLogs(testPath: string) {
if (!process.env.CI) {
console.log('Skipping packaging logs, not running in CI');
if (!process.env.CIRRUS_CI) {
console.log('Skipping packaging logs, not running in CirrusCI');

return;
}
Expand Down

0 comments on commit 5a88696

Please sign in to comment.