This commit is contained in:
Alex Rodionov 2024-05-30 13:49:50 -07:00
parent d520205885
commit 418a29d1a0
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
with:
repository: bazelbuild/examples
path: examples
- run: bazel build :ProjectRunner
- run: bazel build --announce_rc :ProjectRunner
working-directory: examples/java-tutorial
- if: failure() && runner.debug == '1'
uses: mxschmitt/action-tmate@v3
uses: mxschmitt/action-tmate@v3

View file

@ -189,7 +189,7 @@ async function startRemoteCacheServer() {
})
serverProcess.unref()
core.info(`Started remote cache server (${serverProcess.pid}`)
core.info(`Started remote cache server (${serverProcess.pid})`)
core.saveState('remote-cache-server-pid', serverProcess.pid.toString())
core.endGroup()
}