Skip to content

Commit b127b9e

Browse files
print console first
1 parent e490b0e commit b127b9e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)