Skip to content

Commit

Permalink
add shell properties
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Nov 23, 2024
1 parent 8fb88f5 commit cea39f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build_project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ runs:

- name: restore dependencies
run: dotnet restore "${{inputs.project-name}}"
shell: bash

- name: build release
run: dotnet build "${{inputs.project-name}}" --no-restore --configuration Release
shell: bash

- name: run tests test
run: dotnet test "${{inputs.project-name}}" --no-build --verbosity normal
shell: bash

0 comments on commit cea39f9

Please sign in to comment.