Skip to content

Commit

Permalink
Testing bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 19, 2023
1 parent 11dc030 commit b861908
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ jobs:
# 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 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
# 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
if: runner.os == 'Windows'

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

0 comments on commit b861908

Please sign in to comment.