Skip to content

Commit

Permalink
fixing test pipeline 05
Browse files Browse the repository at this point in the history
  • Loading branch information
Modest-as committed Nov 29, 2022
1 parent 2a7a975 commit 4f62822
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/master_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- name: Run example dotnet tests
run: |
cd examples/nuget-usage
cd examples/nuget-usage/NugetUsageAnyCpu
dotnet test
cd ../NugetUsageX64
dotnet test
test-osx:
Expand All @@ -75,5 +77,7 @@ jobs:
- name: Run example dotnet tests
run: |
brew install mono-libgdiplus
cd examples/nuget-usage
cd examples/nuget-usage/NugetUsageAnyCpu
dotnet test
cd ../NugetUsageX64
dotnet test

0 comments on commit 4f62822

Please sign in to comment.