Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers authored Jul 27, 2023
1 parent 1be7654 commit 41d5817
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Change directory
run: cd PicoNesLoader
- name: Restore dependencies
run: dotnet restore
working-directory: PicoNesLoader

- name: Build
run: dotnet build --no-restore
working-directory: PicoNesLoader

- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: PicoNesLoader

0 comments on commit 41d5817

Please sign in to comment.