Skip to content

Commit

Permalink
SP-1149: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swlodarski-sumoheavy committed Jan 24, 2025
1 parent 78dbbf0 commit c179cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dotnet-version: [ '6.0', '7.0', '8.0' ]

Expand All @@ -16,7 +17,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
run: dotnet restore -p:TargetFramework=net${{ matrix.dotnet-version }}
- name: Build
run: dotnet build --no-restore -f net${{ matrix.dotnet-version }}
- name: Test
Expand Down

0 comments on commit c179cd8

Please sign in to comment.