Skip to content

Commit

Permalink
[ci]: Add new Core.Tests project to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Nov 7, 2024
1 parent c4ba7d0 commit b08d6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: dotnet restore
- name: 🏗 Build
run: dotnet build --no-restore
- name: 📝 Test ChromeProtocol.Core
run: dotnet test --no-build --verbosity normal ChromeProtocol.Core.Tests
- name: 📝 Test ChromeProtocol.Runtime
run: dotnet test --no-build --verbosity normal ChromeProtocol.Runtime.Tests
- name: 📝 Test ChromeProtocol.Tools
Expand Down

0 comments on commit b08d6a8

Please sign in to comment.