Skip to content

Commit 7191e51

Browse files
committed
use windows style paths for msys? weird
1 parent 5e5f0f9 commit 7191e51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows_acceptance_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,26 +65,26 @@ jobs:
6565
#
6666
- name: run the tests
6767
run: './testall --bindir="/d/a/Cfengine/bin" --extraclasses=EXTRA ./05_processes/01_matching/process_count_found.cf '
68-
working-directory: "/c/core/tests/acceptance"
68+
working-directory: "C:\core\tests\acceptance"
6969
env:
7070
# env vars for testall script to properly detect environment
7171
USER: runneradmin
7272
OSTYPE: msys
7373

7474
- name: print test.log
7575
run: 'cat ./tests/acceptance/test.log || true'
76-
working-directory: "/c/core"
76+
working-directory: "C:\core"
7777
if: ${{ always() }}
7878

7979
- name: save test.log in artifacts
8080
run: 'cp ./tests/acceptance/test.log /c/artifacts/test.log || true'
81-
working-directory: "/c/core"
81+
working-directory: "C:\core"
8282
if: ${{ always() }}
8383

8484
# make a tarball because otherwise there will be too many files and github won't save in the artifact
8585
- name: save workdir to artifacts
8686
run: 'tar cfz /c/artifacts/workdir.tar.gz ./tests/acceptance/workdir || true'
87-
working-directory: "/c/core"
87+
working-directory: "C:\core"
8888
if: ${{ always() }}
8989

9090

0 commit comments

Comments
 (0)