Skip to content

Commit

Permalink
terrible
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Dec 21, 2021
1 parent dd5bfb5 commit 20fa6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
working-directory: ./examples
run: |-
./gradlew :server:HelloWorldServer &
sleep 30
OUTPUT=$(./gradlew :client:HelloWorldClient)
echo "::set-output name=stdout::${OUTPUT//$'\n'/'%0A'}"
Expand Down

0 comments on commit 20fa6b2

Please sign in to comment.