Skip to content

. e updated checkout to v4 for Node 20 support - Node 16 was deprecated #70

. e updated checkout to v4 for Node 20 support - Node 16 was deprecated

. e updated checkout to v4 for Node 20 support - Node 16 was deprecated #70

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