CI: Produce less verbose logs for tests

This gets a line first introduced in 5b5548b8c that was lost later
This commit is contained in:
Badlop 2023-02-23 12:52:55 +01:00
parent 9bb86132c6
commit 9f0a5c5ef0
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ jobs:
id: ct
run: |
(cd priv && ln -sf ../sql)
sed -i -e 's/ct:pal/ct:log/' test/suite.erl
COMMIT=`echo $GITHUB_SHA | cut -c 1-7`
DATE=`date +%s`
REF_NAME=`echo $GITHUB_REF_NAME | tr "/" "_"`