Skip to content

Merge pull request #44 from kartAI/feat/20-cadaid-results-page #90

Merge pull request #44 from kartAI/feat/20-cadaid-results-page

Merge pull request #44 from kartAI/feat/20-cadaid-results-page #90

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
- name: Build docker image and run tests
run: |
docker compose build
docker compose up -d
docker compose down