Skip to content

Commit 1c84deb

Browse files
committed
Add minio installation to path so tests are not skipped
1 parent 43e19e4 commit 1c84deb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ jobs:
293293
- name: Test
294294
shell: bash
295295
run: |
296+
# MinIO is installed on ${ARROW_HOME}/bin
297+
export PATH="${ARROW_HOME}/bin:${PATH}"
296298
sudo sysctl -w kern.coredump=1
297299
sudo sysctl -w kern.corefile=/tmp/core.%N.%P
298300
ulimit -c unlimited # must enable within the same shell

0 commit comments

Comments
 (0)