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 bccfdf4 commit cc8cb2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
working-directory: src
- name: Restore test dependencies
run: dotnet restore
working-directory: test
working-directory: tests
- name: Build src
run: dotnet build --no-restore
working-directory: src
- name: Test
run: dotnet test --no-restore --verbosity normal
working-directory: test
working-directory: tests

0 comments on commit cc8cb2e

Please sign in to comment.