Skip to content

Commit 6380db7

Browse files
committed
fix
1 parent 61035f7 commit 6380db7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
dotnet-version: '10.0.x'
2424

2525
- name: Build solution
26-
run: dotnet build Keypad.Flasher.sln --configuration Release
26+
run: dotnet build --configuration Release
2727

2828
- name: Run tests
29-
run: dotnet test Keypad.Flasher.Server.Tests --no-build --configuration Release
29+
run: dotnet test --no-build --configuration Release
3030

3131
- name: Build Docker images
3232
run: |

0 commit comments

Comments
 (0)