Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1927 committed Dec 5, 2024
1 parent 2207f72 commit c873e2a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
with:
dotnet-version: '8.x'
- name: Install dependencies
working-directory: ./src
run: dotnet restore
run: dotnet restore ./src
- name: Build
working-directory: ./src
run: dotnet build
run: dotnet build ./src
- name: Test with the dotnet CLI
working-directory: ./src
run: dotnet test
run: dotnet test ./src

0 comments on commit c873e2a

Please sign in to comment.