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: 4 additions & 0 deletions .github/workflows/e2e-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ jobs:
git checkout main
git pull

# Clear stale repo-local test instances left by canceled or crashed runs
echo "Clearing stale repo-local slots..."
./scripts/stop-obsidian.sh >/dev/null 2>&1 || true

# Install playwright test dependencies
cd ~/relay-harness/playwright && npm install --ignore-scripts 2>/dev/null

Expand Down
Loading