diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c690cb..2fd01c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,14 @@ jobs: - run: npm run build - run: npm run test + ### Integration tests + + - name: Setup iggy + uses: iggy-rs/setup-iggy@v1 + + - name: Perform integration tests + run: npm run test:e2e + semantic-release: needs: install runs-on: ubuntu-latest