Skip to content

chore: do not exit on error in batch mode #27

chore: do not exit on error in batch mode

chore: do not exit on error in batch mode #27

Workflow file for this run

name: Python package
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Run unit tests
run: ./test.py