Skip to content

Commit 54304ad

Browse files
chore(gha): add final smoke test before publish
1 parent f9d6d5d commit 54304ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/_package-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ jobs:
137137
cd ..
138138
ls -la dist_native_zipped/
139139
140+
141+
- name: Final smoke test
142+
shell: bash
143+
run: |
144+
uv run --no-dev aignostics --help
145+
140146
- name: Docs
141147
shell: bash
142148
run: make docs

0 commit comments

Comments
 (0)