Skip to content

Commit 71da226

Browse files
committed
qwe
1 parent d237173 commit 71da226

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: actions/setup-dotnet@v4
3838
with:
3939
dotnet-version: '10.0.x'
40-
include-prerelease: false
4140

4241
- name: Setup Node.js
4342
uses: actions/setup-node@v4
@@ -71,15 +70,14 @@ jobs:
7170
xvfb-run -a dotnet test src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj \
7271
-c Release --no-build -r ${{ matrix.rid }} -p:RuntimeIdentifier=${{ matrix.rid }} \
7372
--logger "trx;LogFileName=TestResults.trx" \
74-
--logger "GitHubActions" \
7573
--results-directory test-results
7674
7775
- name: Run tests (Windows)
7876
if: runner.os == 'Windows'
7977
continue-on-error: true
8078
run: |
8179
New-Item -ItemType Directory -Force -Path test-results | Out-Null
82-
dotnet test src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj -c Release --no-build -r ${{ matrix.rid }} -p:RuntimeIdentifier=${{ matrix.rid }} --logger "trx;LogFileName=TestResults.trx" --logger "GitHubActions" --results-directory test-results
80+
dotnet test src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj -c Release --no-build -r ${{ matrix.rid }} -p:RuntimeIdentifier=${{ matrix.rid }} --logger "trx;LogFileName=TestResults.trx" --results-directory test-results
8381
8482
- name: Upload raw test results
8583
if: always()

0 commit comments

Comments
 (0)