Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent e6fabe2 commit e92e9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,10 @@ jobs:
- name: Build native test server (Docker)
if: matrix.os_family == 'Linux'
run: |
image="$(docker build -q ./docker/native-image)"
docker run \
--rm -v "$(pwd):/workspace" -w /workspace \
$(docker build -q ./docker/native-image) \
${image} \
sh -c "./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 e92e9fd

Please sign in to comment.