Skip to content

Commit 7081bcd

Browse files
committed
Pack installer script in CI
1 parent 608b8bb commit 7081bcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
- name: Integration Tests
3333
run: |
3434
make test
35+
- name: Pack Installer Script
36+
run: |
37+
make pack

0 commit comments

Comments
 (0)