Improved performance of integration tests.
Some checks failed
ci / build-test (push) Failing after 8m39s
Some checks failed
ci / build-test (push) Failing after 8m39s
This commit is contained in:
@@ -7,6 +7,8 @@ on:
|
||||
jobs:
|
||||
build-test:
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
CI: "true"
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
@@ -22,5 +24,5 @@ jobs:
|
||||
nuget-${{ runner.os }}-
|
||||
- run: dotnet restore
|
||||
- run: dotnet build --configuration Release --no-restore
|
||||
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"
|
||||
- run: dotnet test --configuration Release --no-build -p:CI=true --logger "trx;LogFileName=test-results.trx"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user