We have to retrieve the Status because plc_tag_create_ex
returns ei…
#30
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test libplctag.NativeImport | |
on: [workflow_dispatch,push] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
lfs: true | |
- name: Build all and run tests | |
run: .\build.cmd TestLibplctagNativeImport |