Skip to content

Commit

Permalink
added fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulpsq committed Dec 26, 2024
1 parent c820759 commit 079465f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sanity-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,9 @@ jobs:
cd android
$env:MSBUILDSINGLELOADCONTEXT = 1
dotnet build --configuration Release
dotnet test --no-build --configuration Release --verbosity detailed `
dotnet test --verbosity detailed `
--logger "console;verbosity=detailed" `
--filter "Category=sample-test" `
--blame-crash-dump-type full `
--diag:test_log.txt
- name: Run local android tests
shell: pwsh
Expand Down

0 comments on commit 079465f

Please sign in to comment.