announce
This commit is contained in:
parent
d520205885
commit
418a29d1a0
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: bazelbuild/examples
|
repository: bazelbuild/examples
|
||||||
path: examples
|
path: examples
|
||||||
- run: bazel build :ProjectRunner
|
- run: bazel build --announce_rc :ProjectRunner
|
||||||
working-directory: examples/java-tutorial
|
working-directory: examples/java-tutorial
|
||||||
- if: failure() && runner.debug == '1'
|
- if: failure() && runner.debug == '1'
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|
|
||||||
2
index.js
2
index.js
|
|
@ -189,7 +189,7 @@ async function startRemoteCacheServer() {
|
||||||
})
|
})
|
||||||
serverProcess.unref()
|
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.saveState('remote-cache-server-pid', serverProcess.pid.toString())
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue