Skip to content

fix (docker): Fix data engineer script not starting #25

fix (docker): Fix data engineer script not starting

fix (docker): Fix data engineer script not starting #25

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install requirements
run: pip install -r requirements.txt -q
- name: Run tests
run: pytest