Increase CI allocation for beta builds.

This commit is contained in:
Patrick Fic
2024-01-30 14:01:22 -08:00
parent bcb319d571
commit 94bcfa2afc

View File

@@ -63,7 +63,7 @@ jobs:
app-beta-build: app-beta-build:
docker: docker:
- image: cimg/node:18.18.2 - image: cimg/node:18.18.2
resource_class: large resource_class: xlarge
working_directory: ~/repo/client working_directory: ~/repo/client
steps: steps:
@@ -125,7 +125,7 @@ jobs:
test-app-beta-build: test-app-beta-build:
docker: docker:
- image: cimg/node:18.18.2 - image: cimg/node:18.18.2
resource_class: large resource_class: xlarge
working_directory: ~/repo/client working_directory: ~/repo/client
steps: steps: