diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e6aa09..b4aa5b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + uses: mxschmitt/action-tmate@v3 diff --git a/index.js b/index.js index 06592e2..48a17a2 100644 --- a/index.js +++ b/index.js @@ -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() }