Skip to content

Commit

Permalink
ceva
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiuHBann committed Aug 23, 2024
1 parent 7e7a3ac commit 90b1bcf
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
branches: ["master"]

env:
NUNIT_CONSOLE_VERSION: 3.18.1

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -34,10 +31,6 @@ jobs:
dotnet build --no-restore API.csproj
dotnet run --project ./API.csproj &
- name: Install NUnit.Console
working-directory: ./Tests
run: nuget install NUnit.Console -Version $NUNIT_CONSOLE_VERSION -DirectDownload -OutputDirectory .

- name: Restore Tests's workload and dependencies
working-directory: ./Tests
run: |
Expand All @@ -46,6 +39,4 @@ jobs:
- name: Build & Run Tests
working-directory: ./Tests
run: |
dotnet build --no-restore
./NUnit.ConsoleRunner.$NUNIT_CONSOLE_VERSION/tools/nunit3-console.exe Tests.csproj --trace=Verbose
run: dotnet test --no-restore

0 comments on commit 90b1bcf

Please sign in to comment.