Skip to content

Commit 28105c4

Browse files
committed
Fix ci.yml: restore desktop-smoke job header
The previous commit's edit consumed the desktop-smoke job header when inserting e2e-local, leaving its body orphaned with a duplicate steps key. GitHub rejected the workflow on startup. Restore the header.
1 parent 3196949 commit 28105c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
- name: Run local e2e scenarios
101101
run: bun run test:local
102102
working-directory: e2e
103+
104+
desktop-smoke:
105+
name: Desktop smoke build
106+
runs-on: ubuntu-latest
103107
steps:
104108
- uses: actions/checkout@v4
105109

0 commit comments

Comments
 (0)