We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daefe8c commit c8587c8Copy full SHA for c8587c8
.github/workflows/dotnet.yml
@@ -31,7 +31,7 @@ jobs:
31
run: cd $HOME/BrowserAutomationMaster/src && dotnet restore
32
33
- name: Build
34
- run: cd $HOME/BrowserAutomationMaster/src && dotnet build --no-restore --project
+ run: cd $HOME/BrowserAutomationMaster/src && dotnet build --no-restore
35
36
- name: Test
37
run: cd $HOME/BrowserAutomationMaster/src && dotnet test --verbosity normal --no-build
0 commit comments