File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,26 +65,26 @@ jobs:
65
65
#
66
66
- name : run the tests
67
67
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: \ c ore\ t ests\ a cceptance"
69
69
env :
70
70
# env vars for testall script to properly detect environment
71
71
USER : runneradmin
72
72
OSTYPE : msys
73
73
74
74
- name : print test.log
75
75
run : ' cat ./tests/acceptance/test.log || true'
76
- working-directory : " /c/ core"
76
+ working-directory : " C: \ c ore"
77
77
if : ${{ always() }}
78
78
79
79
- name : save test.log in artifacts
80
80
run : ' cp ./tests/acceptance/test.log /c/artifacts/test.log || true'
81
- working-directory : " /c/ core"
81
+ working-directory : " C: \ c ore"
82
82
if : ${{ always() }}
83
83
84
84
# make a tarball because otherwise there will be too many files and github won't save in the artifact
85
85
- name : save workdir to artifacts
86
86
run : ' tar cfz /c/artifacts/workdir.tar.gz ./tests/acceptance/workdir || true'
87
- working-directory : " /c/ core"
87
+ working-directory : " C: \ c ore"
88
88
if : ${{ always() }}
89
89
90
90
You can’t perform that action at this time.
0 commit comments