Skip to content

Commit

Permalink
devops: update pipeline of GitHub o2-auth.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
live-dev999 authored Nov 23, 2023
1 parent 9ed7ecb commit 03134a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/o2-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore O2NextGen.Auth.sln
working-directory: src/Services/auth
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore O2NextGen.Auth.sln
working-directory: src/Services/auth
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal O2NextGen.Auth.sln
working-directory: src/Services/auth

0 comments on commit 03134a3

Please sign in to comment.