Skip to content

Commit

Permalink
Testing PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 19, 2023
1 parent 6cd94e0 commit 11dc030
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ jobs:
/d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe
if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows (Testing cmd)
shell: cmd
run: D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
if: runner.os == 'Windows'

# - name: Execute FMU checker over inc.fmu in Windows (Testing PowerShell)
# run: D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
# - name: Execute FMU checker over inc.fmu in Windows (Testing cmd - not working)
# shell: cmd
# run: D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
# if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows (Testing PowerShell)
run: D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
if: runner.os == 'Windows'

# - name: Execute FMU checker over inc.fmu in Windows (Testing bash)
# shell: bash
# run: /d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
# run: /d/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
# if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows
Expand Down

0 comments on commit 11dc030

Please sign in to comment.