Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm authored Oct 15, 2024
1 parent 4911ae6 commit 0b3dd74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ jobs:
- name: Build
run: dotnet build
- name: Test
env:
AKISMET_API_KEY: ${{ secrets.AKISMET_API_KEY }}
AKISMET_API_KEY_URL: ${{ vars.AKISMET_API_KEY_URL }}
run: dotnet test --no-build --verbosity normal

0 comments on commit 0b3dd74

Please sign in to comment.