diff --git a/.github/workflows/reviewing_changes.yml b/.github/workflows/reviewing_changes.yml index dfd638e..fb5638f 100644 --- a/.github/workflows/reviewing_changes.yml +++ b/.github/workflows/reviewing_changes.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false max-parallel: 3 matrix: - dotnet: ['6.0.x', '5.0.x'] + dotnet: ['8.0.x', '7.0.x', '6.0.x'] os: [ windows-latest ] name: NUnit Repo ${{ matrix.dotnet }} - ${{ matrix.os }} Sample env: @@ -49,14 +49,15 @@ jobs: } - name: Setup dotnet uses: actions/setup-dotnet@v3 + id: dotnetsetup with: dotnet-version: ${{ matrix.dotnet }} - name: Install dependencies - run: | + run: | + dotnet new globaljson --sdk-version ${{ steps.dotnetsetup.outputs.dotnet-version }} dotnet --version dotnet build - - name: Run sample tests run: dotnet test --filter "Category=sample-test" diff --git a/README.md b/README.md index 96ff009..a00c69f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # nunit-browserstack -[NUnit](http://www.nunit.org/) Integration with BrowserStack. +[NUnit](http://www.nunit.org/) Integration with BrowserStack. ![BrowserStack Logo](https://d98b8t1nnulk5.cloudfront.net/production/images/layout/logo-header.png?1469004780)