Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent 6d36b6e commit 8d2aade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ jobs:
- name: Build native test server (non-Docker)
if: matrix.os_family != 'Linux'
run: |
./gradlew -x :temporal-serviceclient:updateSubmodules :temporal-test-server:build
./gradlew :temporal-test-server:build
- name: Build native test server (Docker)
if: matrix.os_family == 'Linux'
uses: docker://openjdk:21-jdk-oraclelinux7
with:
args: |
sh -c "yum install -y git && ./gradlew -x :temporal-serviceclient:updateSubmodules :temporal-test-server:build"
sh -c "yum install -y git && ./gradlew :temporal-test-server:build"
# path ends in a wildcard because on windows the file ends in '.exe'
# path excludes *.txt because native-image also writes a build manifest txt file
Expand Down

0 comments on commit 8d2aade

Please sign in to comment.