mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
CI: Update to the new "make rel" paths
This commit is contained in:
parent
bde513d088
commit
ca786e8102
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -162,8 +162,8 @@ jobs:
|
||||
$RE/bin/ejabberdctl started
|
||||
$RE/bin/ejabberdctl stop
|
||||
$RE/bin/ejabberdctl stopped
|
||||
cat $RE/var/log/ejabberd/ejabberd.log
|
||||
grep -q "is stopped in" $RE/var/log/ejabberd/ejabberd.log
|
||||
cat $RE/logs/ejabberd.log
|
||||
grep -q "is stopped in" $RE/logs/ejabberd.log
|
||||
|
||||
- name: Check Development Release
|
||||
if: matrix.rebar == 3
|
||||
@ -174,8 +174,8 @@ jobs:
|
||||
$RE/bin/ejabberdctl started
|
||||
$RE/bin/ejabberdctl stop
|
||||
$RE/bin/ejabberdctl stopped
|
||||
cat $RE/var/log/ejabberd/ejabberd.log
|
||||
grep -q "is stopped in" $RE/var/log/ejabberd/ejabberd.log
|
||||
cat $RE/logs/ejabberd.log
|
||||
grep -q "is stopped in" $RE/logs/ejabberd.log
|
||||
|
||||
- name: Run tests (OTP 19.3)
|
||||
if: matrix.otp == '19.3'
|
||||
|
Loading…
Reference in New Issue
Block a user