Skip to content

Commit

Permalink
πŸ’š backend: build without --experimental-vm-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlinagora committed Oct 12, 2024
1 parent 386eb47 commit a06b526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a06b526

Please sign in to comment.