Skip to content

Commit

Permalink
specifically test on pwsh for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jan 10, 2024
1 parent 850d5cc commit 90a16c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/manual_cli_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ jobs:
openstudio $CLASSIC_SUBCOMMAND execute_ruby_script test.rb -x arg2
openstudio $CLASSIC_SUBCOMMAND run -w compact_ruby_only.osw
- name: Labs C++ CLI Test Windows only
if: runner.os == 'Windows'
working-directory: cli_tester
shell: pwsh
run: |
D:\a\OpenStudioApplication\OpenStudioApplication\cli_tester\OpenStudioApplication-1.7.0-rc1+4ad6a0fcf8-Windows\bin\openstudio python_version
- name: Labs C++ CLI Test
working-directory: cli_tester
shell: bash
Expand Down

0 comments on commit 90a16c6

Please sign in to comment.