Compare commits

...

3 Commits

Author SHA1 Message Date
Tom Moor a508ec8380 wip 2024-11-16 13:34:04 -05:00
Tom Moor c7dde8fbd7 wip 2024-11-16 13:30:39 -05:00
Tom Moor 827d4e5ad9 Test using xlarge 2024-11-16 13:27:46 -05:00
+8 -6
View File
@@ -4,12 +4,6 @@ defaults: &defaults
working_directory: ~/outline
docker:
- image: cimg/node:20.10
- image: cimg/redis:5.0
- image: cimg/postgres:14.2
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_DB: circle_test
resource_class: large
environment:
NODE_ENV: test
@@ -78,6 +72,14 @@ jobs:
test-server:
<<: *defaults
parallelism: 3
docker:
- image: cimg/node:20.10
- image: cimg/redis:5.0
- image: cimg/postgres:14.2
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_DB: circle_test
steps:
- checkout
- restore_cache: