Skip to content

Fix (api): Allows public access to the api endpoints #115

Fix (api): Allows public access to the api endpoints

Fix (api): Allows public access to the api endpoints #115

Workflow file for this run

name: Tests
on:
push:
branches-ignore:
- main
- dev
pull_request:
branches-ignore:
- main
- dev
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install tox==4.6.0 tox-gh-actions
- name: Test with tox
run: tox