Skip to content

#17 | data can be organized into folders in DTS - HTTP #23

#17 | data can be organized into folders in DTS - HTTP

#17 | data can be organized into folders in DTS - HTTP #23

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
deployment-test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: check out repository
uses: actions/checkout@v4
- name: run docker compose
run: |
docker compose up -d --build
- name: instal pytest
run: pip install pytest
- name: pytest run smoke tests
run: |
pytest tests/smoke_tests.py