Skip to content

Commit ce440c0

Browse files
committed
exclude virtualThreadTests from build
1 parent df743f0 commit ce440c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-throughput-stress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: gradle/actions/setup-gradle@v4
8484

8585
- name: Build SDK
86-
run: ./gradlew build -x test
86+
run: ./gradlew build -x test -x virtualThreadTests
8787

8888
- name: Install Temporal CLI
8989
uses: temporalio/setup-temporal@v0

0 commit comments

Comments
 (0)