Skip to content

Nerf araxytes

Nerf araxytes #2074

name: Integration Tests
on:
push:
branches:
- master
- bso
paths-ignore:
- "docs/**"
pull_request:
paths-ignore:
- "docs/**"
jobs:
integration_tests:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: ${{ github.ref_name }}-integrationtests
cancel-in-progress: true
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run Integration Tests
run: docker compose up --build --abort-on-container-exit --remove-orphans && docker compose down --volumes --remove-orphans