Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/reviewing_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down