Skip to content

Commit

Permalink
chore(ci): Fix build and remove build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Nov 24, 2020
1 parent 1e2976e commit c8290bc
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ executors:
- image: node:15-buster

orbs:
codecov: codecov/codecov@1.1.1
codecov: codecov/codecov@1.1.2

commands:
test:
Expand Down Expand Up @@ -265,10 +265,7 @@ jobs:
persist: false

test_core:
parameters:
executor:
type: executor
executor: << parameters.executor >>
executor: node_15
working_directory: /mnt/ramdisk
steps:
- initialize
Expand Down Expand Up @@ -296,11 +293,10 @@ workflows:
workflow:
jobs:
- setup
- test_changelog
- test_changelog:
requires:
- setup
- test_core:
matrix:
parameters:
executor: [node_12, node_14, node]
requires:
- setup
- build_pull:
Expand Down

0 comments on commit c8290bc

Please sign in to comment.