1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

CI: Don't care to include commit details in the CT logs HTML page

This commit is contained in:
Badlop 2025-09-14 11:39:12 +02:00
parent 4dea2f1eb6
commit 4eee6d7cec

View file

@ -164,16 +164,7 @@ jobs:
- name: Run tests
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 "/" "_"`
NODENAME=$DATE@$GITHUB_RUN_NUMBER-$GITHUB_ACTOR-$REF_NAME-$COMMIT
LABEL=`git show -s --format=%s | cut -c 1-30`
./rebar3 ct --name $NODENAME --label "$LABEL"
./rebar3 cover
run: make test
- name: Check results
if: always() && (steps.ct.outcome != 'skipped')