diff --git a/.circleci/config.yml b/.circleci/config.yml index ff1126ccb..bdd82cc24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,11 +115,15 @@ jobs: docker: - image: cimg/node:16.15 - image: cimg/redis:6.2.6 - - image: 'cimg/postgres:12.8' + - image: 'cimg/postgres:14.2' environment: POSTGRES_DB: speckle2_test POSTGRES_PASSWORD: speckle POSTGRES_USER: speckle + - image: 'minio/minio' + command: server /data --console-address ":9001" + # environment: + environment: NODE_ENV: test DATABASE_URL: 'postgres://speckle:speckle@localhost:5432/speckle2_test' @@ -128,7 +132,6 @@ jobs: SESSION_SECRET: 'keyboard cat' STRATEGY_LOCAL: 'true' CANONICAL_URL: 'http://localhost:3000' - DISABLE_FILE_UPLOADS: 'true' S3_ENDPOINT: 'http://localhost:9000' S3_ACCESS_KEY: 'minioadmin' S3_SECRET_KEY: 'minioadmin'