Skip to content

Commit

Permalink
Re-enable NuGet tests for .NET LTS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nozaq authored Mar 1, 2025
1 parent c93a146 commit 07e9b92
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,27 +290,26 @@ jobs:
- name: Run tests
run: script/test npm

# TODO: fix this and re-enable the tests.
# nuget:
# runs-on: ubuntu-latest
# needs: core
# strategy:
# matrix:
# dotnet: [ '3.1.x', '5.x' ]
# steps:
# - uses: actions/checkout@v4
# - name: Setup dotnet
# uses: actions/[email protected]
# with:
# dotnet-version: ${{ matrix.dotnet }}
# - name: Set up Ruby
# uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777
# with:
# bundler-cache: true
# - name: Set up fixtures
# run: script/source-setup/nuget
# - name: Run tests
# run: script/test nuget
nuget:
runs-on: ubuntu-latest
needs: core
strategy:
matrix:
dotnet: [ '8.x', '10.x' ]
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/[email protected]
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Set up Ruby
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777
with:
bundler-cache: true
- name: Set up fixtures
run: script/source-setup/nuget
- name: Run tests
run: script/test nuget

pip:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07e9b92

Please sign in to comment.