Skip to content

Commit 4bb3010

Browse files
committed
cancel unit tests
1 parent 8e33dc1 commit 4bb3010

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/macosci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ jobs:
2525
run: mvn clean package -f Src/PRuntimes/PJavaRuntime
2626
- name: Build
2727
run: dotnet build --configuration Release
28-
- name: Test
29-
run: dotnet test --configuration Release

.github/workflows/ubuntuci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ jobs:
2525
run: mvn clean package -f Src/PRuntimes/PJavaRuntime
2626
- name: Build
2727
run: dotnet build --configuration Release
28-
- name: Test
29-
run: dotnet test --configuration Release

.github/workflows/windowsci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ jobs:
1313
dotnet-version: 8.0.x
1414
- name: Build
1515
run: dotnet build --configuration Release
16-
- name: Test
17-
run: dotnet test --configuration Release

0 commit comments

Comments
 (0)