Skip to content

Commit ba36e59

Browse files
committed
Fixup
1 parent d701c13 commit ba36e59

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,3 @@ jobs:
7979
/opt/domjudge/domserver/webapp/var/log/*.log
8080
/tmp/docker-logs
8181
/tmp/artifacts
82-
- name: Verify no errors in symfony {prod,test,dev}.log
83-
shell: bash
84-
run: |
85-
if cat /opt/domjudge/domserver/webapp/var/log/*.log | egrep '(CRITICAL|ERROR):'; then
86-
exit 1
87-
fi

0 commit comments

Comments
 (0)