Skip to content

Bump next from 14.2.8 to 14.2.10 in /web #532

Bump next from 14.2.8 to 14.2.10 in /web

Bump next from 14.2.8 to 14.2.10 in /web #532

Workflow file for this run

name: Unit Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
testing:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install .
- name: Run Test
run: python -m unittest discover tests