From 11dc030fbe0989ee94570032b1deffd336e91f6a Mon Sep 17 00:00:00 2001 From: mantielero Date: Tue, 19 Dec 2023 21:33:49 +0100 Subject: [PATCH] Testing PowerShell --- .github/workflows/github-actions-demo.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 9aeb0b8..c8da487 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -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