Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd authored Nov 17, 2023
1 parent 8027aac commit ae7e09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: .\src
working-directory: \src
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: .\test
working-directory: \test

0 comments on commit ae7e09d

Please sign in to comment.