Skip to content

Commit 2aef66d

Browse files
authored
GH-768: Use apache/arrow-js for JS in integration test (#769)
## What's Changed `js/` in apache/arrow moved to apache/arrow-js. So let's use apache/arrow-js for JS. Closes #768.
1 parent 7c25ce5 commit 2aef66d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ jobs:
176176
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177177
with:
178178
path: java
179+
- name: Checkout Arrow JavaScript
180+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
181+
with:
182+
repository: apache/arrow-js
183+
path: js
179184
- name: Free up disk space
180185
run: |
181186
ci/scripts/util_free_space.sh
@@ -199,6 +204,7 @@ jobs:
199204
-e ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS=java \
200205
-e ARCHERY_INTEGRATION_WITH_GO=1 \
201206
-e ARCHERY_INTEGRATION_WITH_JAVA=1 \
207+
-e ARCHERY_INTEGRATION_WITH_JS=1 \
202208
-e ARCHERY_INTEGRATION_WITH_NANOARROW=1 \
203209
-e ARCHERY_INTEGRATION_WITH_RUST=1 \
204210
conda-integration

0 commit comments

Comments
 (0)