File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,12 @@ jobs:
2727 - name : Build and run samples w/ Java 25 $ {{ matrix.distribution }} (non-kotlin)
2828 if : ${{ matrix.javaVersion == 25 }}
2929 run : |
30- pushd samples > dev/null
30+ cd samples
3131 ./gradlew clean build \
3232 -x :grpc-server-kotlin:build \
3333 -PtestToolchain=25 \
3434 --rerun-tasks --no-build-cache \
3535 build
36- popd > dev/null
3736
3837 - name : Setup Java 24 for grpc-server-kotlin w/ Java 24
3938 if : ${{ matrix.javaVersion == 25 }}
4544 - name : Build and run samples w/ Java grpc-server-kotlin w/ Java 24
4645 if : ${{ matrix.javaVersion == 25 }}
4746 run : |
48- pushd samples > dev/null
47+ cd samples
4948 ./gradlew :grpc-server-kotlin:build \
5049 -PtestToolchain=24 \
5150 --rerun-tasks --no-build-cache
You can’t perform that action at this time.
0 commit comments