Skip to content

Commit 62e3e24

Browse files
author
IDX GitHub Automation
committed
IDX GitHub Automation
1 parent 4485c02 commit 62e3e24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/ci-main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
execlog-artifact-name: execlog-bazel-test-all
167167
diff-only: ${{ needs.config.outputs.diff_only }}
168168
release-build: ${{ needs.config.outputs.release_build }}
169-
BAZEL_COMMAND: build --config=ci ${{ steps.bazel-extra-args.outputs.BAZEL_EXTRA_ARGS }}
169+
BAZEL_COMMAND: test --config=ci ${{ steps.bazel-extra-args.outputs.BAZEL_EXTRA_ARGS }}
170170
BAZEL_TARGETS: //...
171171
CLOUD_CREDENTIALS_CONTENT: ${{ secrets.CLOUD_CREDENTIALS_CONTENT }}
172172
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
@@ -318,8 +318,7 @@ jobs:
318318
build-determinism:
319319
name: Build Determinism
320320
runs-on: ubuntu-latest
321-
if: ${{ always() }}
322-
ild-ic, bazel-test-all]
321+
needs: [build-ic, bazel-test-all]
323322
steps:
324323
- name: Download SHA256SUMS (cache)
325324
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)