Skip to content

Commit b47cd95

Browse files
committed
Add smoke test for SEA binary to verify startup and response
1 parent 1e2cda3 commit b47cd95

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ jobs:
7171
- name: Build SEA binary
7272
run: npm run build:sea --workspace=packages/cli
7373

74+
- name: Smoke test binary
75+
shell: bash
76+
run: |
77+
EXT=${{ matrix.target == 'win-x64' && '".exe"' || '""' }}
78+
BIN="packages/cli/dist/neaps${EXT}"
79+
"$BIN" --version
80+
"$BIN" --help
81+
7482
- name: Verify reproducible build
7583
shell: bash
7684
run: |

0 commit comments

Comments
 (0)