Don't attempt to test mod_captcha_rust because it requires Elixir and Rust

This commit is contained in:
Badlop 2023-01-03 22:15:23 +01:00
parent a37f44ed20
commit 1469e7c76f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
- name: Get list of available modules
run: |
CTL=_build/dev/rel/ejabberd/bin/ejabberdctl
$CTL modules_available | awk '{print $1}' >modules_available.txt
$CTL modules_available | awk '{print $1}' | grep -v mod_captcha_rust >modules_available.txt
- name: Install modules
run: |