There was an error while loading. Please reload this page.
1 parent 61035f7 commit 6380db7Copy full SHA for 6380db7
1 file changed
.github/workflows/ci.yaml
@@ -23,10 +23,10 @@ jobs:
23
dotnet-version: '10.0.x'
24
25
- name: Build solution
26
- run: dotnet build Keypad.Flasher.sln --configuration Release
+ run: dotnet build --configuration Release
27
28
- name: Run tests
29
- run: dotnet test Keypad.Flasher.Server.Tests --no-build --configuration Release
+ run: dotnet test --no-build --configuration Release
30
31
- name: Build Docker images
32
run: |
0 commit comments