Skip to content

Commit

Permalink
ci: setup integration tests in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Nov 27, 2024
1 parent 29818e4 commit 135fb9c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
- name: Setup iggy
uses: iggy-rs/setup-iggy@v1.0.3
with:
version: "0.4.71"
- name: Print iggy version
run: iggy-server --version
version: "0.4.80"

- name: Start Iggy server
run: iggy-server &

- name: Perform integration tests
run: npm run test:e2e

semantic-release:
needs: install
Expand Down

0 comments on commit 135fb9c

Please sign in to comment.