Skip to content

Commit f298ba0

Browse files
Use supported CLI smoke commands in build workflow
1 parent e1acf08 commit f298ba0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
- name: Test binaries
6767
run: |
6868
./amber --version
69-
./amber --help
69+
./amber
70+
./amber new --help
7071
./amber-lsp --help
7172
7273
- name: Upload build artifacts

0 commit comments

Comments
 (0)