Skip to content

FIX GUI error message for exceptions outside the main thread #34

FIX GUI error message for exceptions outside the main thread

FIX GUI error message for exceptions outside the main thread #34

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
run-unittest:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: ./install_debian.sh
- name: Run Unittests
run: ./run_unittests_locally.sh