mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
CI: Don't care to include commit details in the CT logs HTML page
This commit is contained in:
parent
4dea2f1eb6
commit
4eee6d7cec
1 changed files with 1 additions and 10 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -164,16 +164,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
id: ct
|
id: ct
|
||||||
run: |
|
run: make test
|
||||||
(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
|
|
||||||
|
|
||||||
- name: Check results
|
- name: Check results
|
||||||
if: always() && (steps.ct.outcome != 'skipped')
|
if: always() && (steps.ct.outcome != 'skipped')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue