Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Action to run tests on PRs #379

Merged
merged 15 commits into from
Feb 12, 2024
Prev Previous commit
Next Next commit
Add dotnet pack command
zijchen committed Jan 11, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 9b7467893a185cccab5be60add99d80d7602b3d0
1 change: 1 addition & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ jobs:
with:
dotnet-version: '8.x'
- run: dotnet build DacFx.sln
- run: dotnet pack DacFx.sln
- run: dotnet test DacFx.sln -f netcoreapp3.1
- run: dotnet test DacFx.sln -f net5.0
- run: dotnet test DacFx.sln -f net6.0