0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 18:52:38 +00:00

Add executor to config

This commit is contained in:
G.Ambatte
2022-03-22 11:18:59 +13:00
parent 2753005386
commit 8533240407

View File

@@ -14,6 +14,7 @@ jobs:
- image: circleci/mongo:4.4 - image: circleci/mongo:4.4
working_directory: ~/repo working_directory: ~/repo
executor: node/default
steps: steps:
- checkout - checkout