Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev-packages/e2e-tests/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ if (actions.includes('test')) {
execFileSync('adb', ['install', '-r', '-d', testApp]);
}

if (sentryAuthToken === undefined) {
console.log('Skipping maestro test due to unavailable SENTRY_AUTH_TOKEN');
if (!sentryAuthToken) {
console.log('Skipping maestro test due to unavailable or empty SENTRY_AUTH_TOKEN');
} else {
execSync(
`maestro test maestro \
Expand Down
Loading