Skip to content

Commit d69d127

Browse files
fix: correct smoke test path in CI workflow
working-directory: build caused ./build/demo to resolve as build/build/demo. Remove the working-directory override so the path is correct from repo root. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 64c605c commit d69d127

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ jobs:
3434

3535
- name: Smoke test demo
3636
run: ./build/demo
37-
working-directory: build

0 commit comments

Comments
 (0)