Skip to content

Commit

Permalink
Test: Change syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MounikaBattu17 committed Apr 24, 2024
1 parent 848dbc1 commit b8ca24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_g_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Open LabVIEW ${{ matrix.version }}
run: |
"C:\\Program Files\\National Instruments\\LabVIEW ${{ matrix.version }}\\LabVIEW.exe"
shell: cmd
Start-Process "C:\\Program Files\\National Instruments\\LabVIEW ${{ matrix.version }}\\LabVIEW.exe"
Start-Sleep 60
- name: Run G Tests
run:
Expand Down

0 comments on commit b8ca24d

Please sign in to comment.