Skip to content

Rework FAUcardPaymentThread: add type annotations, fix crash #22

Rework FAUcardPaymentThread: add type annotations, fix crash

Rework FAUcardPaymentThread: add type annotations, fix crash #22

Workflow file for this run

name: Run Unittests
on: [push, pull_request]
jobs:
vagrant-run-unittest:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: ./install_debian.sh
- name: debug
run: ls config.ini || true
- name: debug
run: ./run.py --example --only-load-config
- name: debug
run: ls config.ini || true
- name: Run Unittests
run: ./run_unittests_locally.sh