Skip to content

Improve test scripts #82

Improve test scripts

Improve test scripts #82

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Run tests
run: ./test.sh