Skip to content

Commit

Permalink
Fix AppVeyor build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Nov 16, 2023
1 parent 3c101e5 commit 129da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ($LASTEXITCODE -ne 0){
exit $LASTEXITCODE;
}
popd
pushd tests\MySqlConnector.DependencyIntegration.Tests
pushd tests\MySqlConnector.DependencyInjection.Tests
dotnet test -c Release
if ($LASTEXITCODE -ne 0){
exit $LASTEXITCODE;
Expand Down

0 comments on commit 129da5f

Please sign in to comment.