Skip to content

Commit

Permalink
Updates Github CI/CD workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
emaadgh committed May 14, 2024
1 parent a428c8d commit 8dce863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/liara.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Restore packages
run: dotnet restore mybook.sln
run: dotnet restore MyBook.sln

- name: Build
run: dotnet build mybook.sln --no-restore
run: dotnet build MyBook.sln --no-restore

- name: Run tests
run: dotnet test mybook.sln --no-build --verbosity normal
run: dotnet test MyBook.sln --no-build --verbosity normal
deploy:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 8dce863

Please sign in to comment.