Skip to content

Commit

Permalink
feat: OPS-5073 Reconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
whodeen committed Feb 18, 2025
1 parent 946b464 commit 3da473b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2.1

parameters:
node_docker_image:
type: string
default: cimg/node:22.14.0-browsers

jobs:
test_without_db:
working_directory: ~/repo
docker:
- image: cimg/node:22.14.0-browsers

- image: << parameters.node_docker_image >>
steps:
- checkout
- run: yarn
Expand All @@ -15,9 +19,8 @@ jobs:
test_with_db:
working_directory: ~/repo
docker:
- image: cimg/node:22.14.0-browsers
- image: << parameters.node_docker_image >>
- image: circleci/dynamodb

steps:
- checkout
- run: yarn
Expand Down

0 comments on commit 3da473b

Please sign in to comment.