Skip to content

Commit

Permalink
don't build the AppContainer test code in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Apr 14, 2023
1 parent 5625540 commit a8c96bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build .\test\unit --configuration Release --no-restore

- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test .\test\unit --no-restore --verbosity normal

0 comments on commit a8c96bf

Please sign in to comment.