Invoke RunUnitTests.ps1 to execute LabVIEW unit tests and output a result table.
| Name | Required | Example | Description |
|---|---|---|---|
labview_version |
Yes | 2021 |
LabVIEW 2021 (21.0). |
supported_bitness |
Yes | 32 or 64 |
Target LabVIEW bitness. |
project_path |
Yes | ${{ env.REPO_ROOT }}/lv_icon_editor.lvproj |
Absolute path to the LabVIEW project. |
- uses: ./.github/actions/run-unit-tests
with:
labview_version: 2021
supported_bitness: 64
project_path: ${{ env.REPO_ROOT }}/lv_icon_editor.lvprojThis directory inherits the root repository’s license (MIT, unless otherwise noted).