Skip to content

Commit

Permalink
chore(workflow): run dotnet build before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Mar 20, 2024
1 parent b95cc4e commit 44a6eb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ jobs:
with:
dotnet-version: "8.0.x" # latest LTS build

- name: .NET Build
run: npm run build:nuget

- name: .NET test
run: npm run test:nuget

0 comments on commit 44a6eb0

Please sign in to comment.