Object storage backend for e2e tests (#446)

* feat: e2e test run with object storage backend
* ref: one test suit
This commit is contained in:
Montassar Ghanmy
2024-03-15 09:50:36 +01:00
committed by GitHub
parent 82eadfc14d
commit 1c90c99214
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- setup
steps:
- uses: actions/checkout@v4
- name: e2e-mongo-test
- name: e2e-mongo-s3-test
run: |
cd tdrive
docker-compose -f docker-compose.tests.yml run --rm -e NODE_OPTIONS=--unhandled-rejections=warn -e SEARCH_DRIVER=mongodb -e DB_DRIVER=mongodb -e PUBSUB_TYPE=local node npm run test:all