Skip to content

. D Update README.md - removed some unneeded stuff at the bottom. #71

. D Update README.md - removed some unneeded stuff at the bottom.

. D Update README.md - removed some unneeded stuff at the bottom. #71

Workflow file for this run

name: CI - Test&Build
on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # keeps GitHub from removing runner due to inactivity
jobs:
test:
runs-on: LV20x64
steps:
- uses: actions/checkout@v4
- name: Run Unit Tests
shell: bash
run: ./run_unittests.sh