Skip to content

Commit

Permalink
Fix build not working
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Jun 19, 2022
1 parent d493d00 commit c395455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore --verbosity normal
- name: Build
run: dotnet build --configuration Release --verbosity normal src/**
run: dotnet build --configuration Release --verbosity normal src/Mockaco/Mockaco.csproj
- name: Test
run: dotnet test --configuration Release --verbosity normal test/**
run: dotnet test --configuration Release --verbosity normal test/Mockaco.Tests/Mockaco.Tests.csproj
- name: Bump version and push tag
if: "github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'skip-release')"
id: tag_version
Expand Down

0 comments on commit c395455

Please sign in to comment.