Skip to content

Commit c54aa6b

Browse files
committed
fix build step
1 parent 20a8eb5 commit c54aa6b

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
@@ -82,7 +82,7 @@ jobs:
8282
uses: gradle/actions/setup-gradle@v4
8383

8484
- name: Build SDK
85-
run: ./gradlew build -x test
85+
run: ./gradlew clean build
8686

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

0 commit comments

Comments
 (0)