Skip to content

Commit

Permalink
Update development-action.yml
Browse files Browse the repository at this point in the history
removed no restore flag on build command
  • Loading branch information
frankodoom authored May 24, 2024
1 parent 3d179ef commit 97d55bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Restore dependencies
run: dotnet workload restore
- name: Build
run: dotnet build --no-restore
run: dotnet build
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 97d55bf

Please sign in to comment.