0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 03:12:40 +00:00

Tweak CircleCI config

This commit is contained in:
G.Ambatte
2023-02-03 13:46:52 +13:00
parent e5996db4f7
commit 72e5515830

View File

@@ -8,7 +8,7 @@ orbs:
node: circleci/node@3.0.0 node: circleci/node@3.0.0
jobs: jobs:
build: buildImage:
docker: docker:
- image: cimg/node:16.11.0 - image: cimg/node:16.11.0
- image: mongo:4.4 - image: mongo:4.4
@@ -74,7 +74,7 @@ jobs:
workflows: workflows:
build_and_test: build_and_test:
jobs: jobs:
- build - buildImage
- test: - test:
requires: requires:
- build - buildImage