Skip to content

Package

Package #33

Workflow file for this run

name: Linux Unittest CI
on:
[push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: libMVRGdtf - checkout repository
uses: actions/checkout@v4
with:
path: libMvrGdtf
- name: Build
uses: ./.github/actions/build-linux
- name: Testing...
working-directory: libMvrGdtf/build
run: |
./MvrGdtfUnitTest