1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 23:33:41 +00:00

Fix trx file name for database tests

This commit is contained in:
Justin Baur
2025-11-19 10:01:01 -05:00
parent c004529c47
commit dead5feb55

View File

@@ -136,7 +136,7 @@ jobs:
# Bitwarden Lite MariaDB
BW_TEST_DATABASES__4__TYPE: "MySql"
BW_TEST_DATABASES__4__CONNECTIONSTRING: "server=localhost;port=4306;uid=root;pwd=mariadb-password;database=vault_dev;Allow User Variables=true"
run: dotnet test -- --coverage --coverage-output-format cobertura --coverage-output "coverage.cobertura.xml" --report-xunit-trx --report-xunit-trx-filename "test-results.trx"
run: dotnet test -- --coverage --coverage-output-format cobertura --coverage-output "coverage.cobertura.xml" --report-xunit-trx --report-xunit-trx-filename "infrastructure-test-results.trx"
shell: pwsh
- name: Print MySQL Logs