Skip to content

Commit 64fd6c8

Browse files
committed
add ext to testing
1 parent 23f5105 commit 64fd6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-ucx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
cd legate-ci/github-ci/cunumeric
125125
[[ "${{ matrix.name }}" == "Eager"* ]] && export PYTHONFAULTHANDLER=1
126-
INSTANCE=${{ matrix.instance }} ./test.sh ${{ matrix.options }} > ${COMMIT}-test-${{ matrix.log }}.log 2>&1
126+
INSTANCE=${{ matrix.instance }} DOCKERFILE_EXT=.separate.ucx ./test.sh ${{ matrix.options }} > ${COMMIT}-test-${{ matrix.log }}.log 2>&1
127127
- name: Process output
128128
if: always()
129129
run: |

0 commit comments

Comments
 (0)