aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-08-04 11:46:39 +0200
committerBadlop <badlop@process-one.net>2022-08-04 12:05:46 +0200
commita798a21386a822c92284854b4b6deef3a9bc5950 (patch)
tree0ae40449dce3b0ef601a49b29e28dede865c2376 /.github
parentAdd log_burst_limit_* options (#3865) (diff)
CI: Remove syntax_tools from applications, as fast_xml fails Dialyzer
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3d9b5d164..30b108d6d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -113,6 +113,9 @@ jobs:
echo '{ct_extra_params, "-verbosity 20"}.' >>rebar.config
echo "{ct_opts, [{verbosity, 20}, {keep_logs, 20}]}." >>rebar.config
+ - name: Remove syntax_tools from release
+ run: sed -i 's|, syntax_tools||g' src/ejabberd.app.src.script
+
- name: Cache rebar
uses: actions/cache@v3
with:
@@ -262,7 +265,7 @@ jobs:
sudo -u postgres psql ejabberd_test -c "GRANT ALL PRIVILEGES ON ALL
SEQUENCES IN SCHEMA public
TO ejabberd_test;"
- sudo sed -i 's|new_schema, false|new_schema, true|g' test/suite.erl
+ sed -i 's|new_schema, false|new_schema, true|g' test/suite.erl
- run: CT_BACKENDS=mysql,pgsql make test
id: ctnewschema
- name: Check results