From a06b526209c9575a3343d9aa9a196999782d2145 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Sat, 12 Oct 2024 15:17:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20backend:=20build=20without=20`--?= =?UTF-8?q?experimental-vm-modules`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48a9b32e..f1036eb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: - name: e2e-mongo-s3-test run: | cd tdrive - docker compose -f docker-compose.tests.yml run --rm -e NODE_OPTIONS="--unhandled-rejections=warn --experimental-vm-modules" node npm run test:all + docker compose -f docker-compose.tests.yml run --rm -e NODE_OPTIONS=--unhandled-rejections=warn node npm run test:all docker compose -f docker-compose.tests.yml down - name: e2e-opensearch-test run: |