Skip to content

Merge pull request #284 from QuanMPhm/fix/logging #247

Merge pull request #284 from QuanMPhm/fix/logging

Merge pull request #284 from QuanMPhm/fix/logging #247

Workflow file for this run

name: test-unit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Install ColdFront and plugin
run: |
./ci/setup.sh
- name: Run unit tests
run: |
./ci/run_unit_tests.sh