diff --git a/.github/workflows/test-database.yml b/.github/workflows/test-database.yml index 3ace78d3c3..2dbe8d02ca 100644 --- a/.github/workflows/test-database.yml +++ b/.github/workflows/test-database.yml @@ -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