aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5c69809bb..c6c4945d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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'