Skip to content

Commit

Permalink
Add step to start end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Dec 22, 2024
1 parent 643340d commit 505c5ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- run: npm run test

### Integration tests

- name: Setup iggy
uses: "./"
with:
version: "0.4.71"
- name: Print iggy version
run: iggy-server --version
uses: iggy-rs/setup-iggy@v1

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

semantic-release:
needs: install
Expand Down

0 comments on commit 505c5ca

Please sign in to comment.