This is an automated email from the ASF dual-hosted git repository. domoritz pushed a commit to branch dom/39395 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
commit 33a1a1a6153c53af2ba181e88230abf31ecffbe1 Author: Dominik Moritz <[email protected]> AuthorDate: Fri Jan 5 14:14:57 2024 +0000 Enable JS tests again --- .github/workflows/integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 23c4f4af2a..1604a7be43 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -63,8 +63,7 @@ jobs: ARROW_INTEGRATION_CSHARP: ON ARROW_INTEGRATION_GO: ON ARROW_INTEGRATION_JAVA: ON - # https://github.com/apache/arrow/issues/39395 - ARROW_INTEGRATION_JS: OFF + ARROW_INTEGRATION_JS: ON # https://github.com/apache/arrow/pull/38403/files#r1371281630 ARCHERY_INTEGRATION_WITH_RUST: ON # These are necessary because the github runner overrides $HOME
