Skip to content

Commit

Permalink
In the last loop, test only mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Apr 15, 2024
1 parent 179c8ef commit 09779d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
TO ejabberd_test;"
sed -i 's|new_schema, false|new_schema, true|g' test/suite.erl
- name: Run DB tests on new schema (mssql, mysql, pgsql)
run: CT_BACKENDS=mssql,mysql,pgsql make test
run: CT_BACKENDS=mysql make test
id: ctnewschema
- name: Check results
if: always() && steps.ctnewschema.outcome != 'skipped'
Expand Down

0 comments on commit 09779d8

Please sign in to comment.