24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Test shell scripts in CI (#3738)

This commit is contained in:
Badlop 2021-12-22 17:52:54 +01:00
parent 84d23e60d1
commit 694d80b7fa

View File

@ -44,6 +44,14 @@ jobs:
- uses: actions/checkout@v2
- name: Test shell scripts
if: matrix.otp == 24
run: |
shellcheck test/ejabberd_SUITE_data/gencerts.sh
shellcheck tools/captcha.sh
shellcheck ejabberd.init.template
shellcheck ejabberdctl.template
- name: Get previous Erlang/OTP
uses: ErlGang/setup-erlang@master
if: matrix.otp != 24