aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-27 13:31:37 +0200
committerBadlop <badlop@process-one.net>2022-05-02 13:20:52 +0200
commitca786e810234ab603c514664ed99bcf1866573e4 (patch)
treeb03d6454024335b0baa5720ca57efb68b3545038 /.github
parentCI: For older erlang versions, get old rebars (diff)
CI: Update to the new "make rel" paths
Diffstat (limited to '.github')
-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'