Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# get-wdio-capabilities.ts would otherwise silently write an empty capabilities value instead of
# failing this step — which the test-e2e `if:` guard would then read as "nothing to run" and
# skip E2E entirely, turning a real failure into a false green.
capabilities=$(pnpm exec tsx ./test/e2e/scripts/get-wdio-capabilities.ts)
capabilities=$(bash -c 'echo simulated-crash >&2; exit 1')
echo "capabilities=$capabilities" >> $GITHUB_OUTPUT
fi

Expand Down
Loading