Skip to content

Fix broken on declaration #3

Fix broken on declaration

Fix broken on declaration #3

name: Integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "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