Skip to content

Add integration tests (#9) #2

Add integration tests (#9)

Add integration tests (#9) #2

name: Integration tests
on:
push:
branches:
- main
pull_request:
- main
jobs:
run-integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run integration tests with docker compose
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd integration-tests
docker compose up --build --abort-on-container-exit