Skip to content

Commit 135fb9c

Browse files
committed
ci: setup integration tests in the CI
1 parent 29818e4 commit 135fb9c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@ jobs:
3030
- name: Setup iggy
3131
uses: iggy-rs/[email protected]
3232
with:
33-
version: "0.4.71"
34-
- name: Print iggy version
35-
run: iggy-server --version
33+
version: "0.4.80"
34+
35+
- name: Start Iggy server
36+
run: iggy-server &
37+
38+
- name: Perform integration tests
39+
run: npm run test:e2e
3640

3741
semantic-release:
3842
needs: install

0 commit comments

Comments
 (0)