Skip to content

Commit

Permalink
Add dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Jan 29, 2024
1 parent 2588d87 commit 9a232b2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'
-
name: Run tests
run: dotnet test --framework net8.0
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 9a232b2

Please sign in to comment.