Skip to content

hotfix: fix tags readthedocs build #382

hotfix: fix tags readthedocs build

hotfix: fix tags readthedocs build #382

name: Server Testing
on:
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
cd server
pip install -r requirements.txt
- name: Run test script
run: |
cd server
chmod +x run_basic_tests.sh
./run_basic_tests.sh