Skip to content

Commit

Permalink
import MAX config when running system tests (#489)
Browse files Browse the repository at this point in the history
* import MAX config when running system tests

Co-authored-by: Brad Keryan <brad.keryan@ni.com>
  • Loading branch information
zhindes and bkeryan authored Feb 5, 2024
1 parent 53c8ef9 commit 1305bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Import DAQmx config
run: C:\nidaqmxconfig\targets\win64U\x64\msvc-14.0\release\nidaqmxconfig.exe --eraseconfig --import tests\max_config\nidaqmxMaxConfig.ini
- name: Install dependencies
run: poetry install
- name: Run system tests
Expand Down

0 comments on commit 1305bc1

Please sign in to comment.