Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Run Unit Tests ✅

Invoke RunUnitTests.ps1 to execute LabVIEW unit tests and output a result table.

Inputs

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.

Quick-start

- uses: ./.github/actions/run-unit-tests
  with:
    labview_version: 2021
    supported_bitness: 64
    project_path: ${{ env.REPO_ROOT }}/lv_icon_editor.lvproj

License

This directory inherits the root repository’s license (MIT, unless otherwise noted).