Commit b2c4f7c5 authored by BryceLTaylor's avatar BryceLTaylor

setup circleci config

parent 5e42b57a
version: 2.1 version: 2.1
orbs:
node: circleci/node@3.0.0 aliases:
- &defaults
docker:
- image: circleci/node:12-browsers
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
# working_directory: ~/repo
jobs:
setup:
<<: *defaults
steps:
run: echo "Setup step is happening here"
workflows: workflows:
node-tests: build-test-deploy:
jobs: jobs:
- node/test: - setup:
filters: filters:
branches: branches:
only: only:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment