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:
2
.github/workflows/test-database.yml
vendored
2
.github/workflows/test-database.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user