Skip to content

Commit

Permalink
ci: test to start iggy-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Nov 25, 2024
1 parent d294d5c commit 86e0054
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
- run: npm run build
- run: npm run test

### Integration tests
- name: Setup iggy
uses: "./"
with:
version: "0.4.71"
- name: Print iggy version
run: iggy-server --version

semantic-release:
needs: install
runs-on: ubuntu-latest
Expand Down

0 comments on commit 86e0054

Please sign in to comment.