Skip to content

feat(client): debug item padding #593

feat(client): debug item padding

feat(client): debug item padding #593

Workflow file for this run

name: Tests
on: [ push ]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: 🐍 Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: 🏁 Checkout
uses: actions/checkout@v4
- name: ️🚧 Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
make install
- name: Start app
run: |
make start
- name: Wait for app to be up
run: |
sleep 30
- name: 🟩 Run unit tests
run: |
APP_ENV=test python -m pytest