Skip to content

Commit

Permalink
Working workflow for branch testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Sep 8, 2023
1 parent 281558a commit ee61c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Build project and check for errors on non-main branch commits
run: |
dotnet build --configuration Release --no-restore
dotnet build --configuration Release
if [ $? -ne 0 ]; then
echo "Build failed"
exit 1
Expand Down

0 comments on commit ee61c03

Please sign in to comment.