Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit a7671c1

Browse files
committed
circleci pipeline fix?
1 parent 2ded804 commit a7671c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
jobs:
1010

1111
build:
12-
executor: node/default
12+
executor: node/default # Docker environment in what to execute the steps
1313
steps:
1414
# Checkout Project from Github
1515
- checkout
@@ -51,7 +51,7 @@ jobs:
5151
paths: [ ./* ]
5252

5353
test:
54-
executor: node-executor
54+
executor: node/default
5555
steps:
5656
# https://circleci.com/docs/2.0/configuration-reference/#attach_workspace
5757
- attach_workspace:
@@ -66,7 +66,7 @@ jobs:
6666
command: yarn run test --runInBand # Tests somehow only get executed with the '--runInBand' Flag
6767

6868
test-coverage:
69-
executor: node-executor
69+
executor: node/default
7070
steps:
7171
# https://circleci.com/docs/2.0/configuration-reference/#attach_workspace
7272
- attach_workspace:

0 commit comments

Comments
 (0)