Skip to content

Commit 37cc84e

Browse files
committed
fix: ajustando build
1 parent 6b9af52 commit 37cc84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet restore --no-cache
2525

2626
- name: Build
27-
run: dotnet build --configuration Release --no-restore --project ./src/Usuarios.Api/Usuarios.Api.csproj
27+
run: dotnet build --configuration Release --no-restore
2828

2929
- name: Test
3030
run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"

0 commit comments

Comments
 (0)