Skip to content

feat(datasets): Add a background stack to get a sample of the tabular… #2443

feat(datasets): Add a background stack to get a sample of the tabular…

feat(datasets): Add a background stack to get a sample of the tabular… #2443

Workflow file for this run

name: Test suite
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create docker network
run: docker network create openhexa
- name: Build docker app image
env:
DOCKER_BUILDKIT: 1
run: docker compose build
- name: Run Django tests
run: docker compose run -e DEBUG=false app coveraged-test