mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Test shell scripts in CI (#3738)
This commit is contained in:
parent
84d23e60d1
commit
694d80b7fa
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user