Skip to content

Commit

Permalink
Use base
Browse files Browse the repository at this point in the history
  • Loading branch information
junkycoder committed Oct 21, 2019
1 parent a192bca commit 2fb3036
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ base: &base
- image: circleci/node:12
jobs:
install_dependencies:
docker:
- image: 'circleci/node:12'
<<: *base
working_directory: ~/project
steps:
- checkout:
Expand All @@ -27,8 +26,7 @@ jobs:
root: ~/project
paths: node_modules
test_pwa:
docker:
- image: 'circleci/node:12'
<<: *base
working_directory: ~/project
steps:
- checkout:
Expand All @@ -37,8 +35,7 @@ jobs:
at: ~/project
- run: 'npm test'
build_pwa:
docker:
- image: 'circleci/node:12'
<<: *base
working_directory: ~/project
steps:
- checkout:
Expand Down

0 comments on commit 2fb3036

Please sign in to comment.