Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Testing dotnet standard build
  • Loading branch information
agracio authored Jan 14, 2024
1 parent 4b912a0 commit c665edc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
run: npm i
- name: Run Dotnet Build
run: dotnet build src/QuickStart.sln
- name: Run
- name: Run Core
run: npm start
- name: Run Standard
run: npm run start:standard

0 comments on commit c665edc

Please sign in to comment.