Skip to content

Commit 8e27fae

Browse files
committed
fix: ajustando restore
1 parent c404f64 commit 8e27fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2323
- name: Restore
24-
run: dotnet restore
24+
run: dotnet restore --configuration Release --no-cache --project ./src/Usuarios.Api.slnx
2525

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

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

0 commit comments

Comments
 (0)