Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Feb 27, 2022
1 parent bbea983 commit 7bb9973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
defaults:
run:
working-directory: src

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --no-restore
run: dotnet build -c Release --no-restore

- name: Test
run: dotnet test
Expand Down

0 comments on commit 7bb9973

Please sign in to comment.