File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ jobs:
6262 working-directory : ./gmod/
6363 run : cat corehost_trace.txt
6464
65- - name : Print test log
66- run : cat gmod/tests-log.txt
67-
6865 - name : Print console log
6966 run : cat gmod/garrysmod/console.log
7067
68+ - name : Print test log
69+ run : cat gmod/tests-log.txt
70+
7171 - name : Check if tests were successful
7272 run : mv gmod/tests-success.txt gmod/tests.txt
7373
@@ -168,13 +168,13 @@ jobs:
168168 timeout-minutes : 5
169169 continue-on-error : true
170170
171+ - name : Print console log
172+ run : cat gmod/garrysmod/console.log
173+
171174 - name : Print test log
172175 shell : bash
173176 run : cat gmod/tests-log.txt
174177
175- - name : Print console log
176- run : cat gmod/garrysmod/console.log
177-
178178 - name : Check if tests were successful
179179 shell : bash
180180 run : mv gmod/tests-success.txt gmod/tests.txt
You can’t perform that action at this time.
0 commit comments