Skip to content

Commit 03d9796

Browse files
Add a comment
1 parent 7fdb5dd commit 03d9796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build-and-test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
- name: Run CPP unit tests
3434
shell: bash
3535
run: |
36+
# Note that we could skip the explicit build-image steps, but separating them makes the steps stand out in the UI.
3637
ci/premerge.py --platform ${{ inputs.platform }} --cuda-version ${{ inputs.cuda-version }} --ubuntu-version ${{ inputs.ubuntu-version }} --build-and-test cpp
3738
- name: Run Python unit tests
3839
shell: bash

0 commit comments

Comments
 (0)