setup circleci config

This commit is contained in:
BryceLTaylor 2020-10-29 10:52:45 -04:00
parent 5e42b57a92
commit b2c4f7c5ce

View file

@ -1,10 +1,25 @@
version: 2.1 version: 2.1
orbs:
node: circleci/node@3.0.0 aliases:
workflows: - &defaults
node-tests: docker:
- image: circleci/node:12-browsers
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
# working_directory: ~/repo
jobs: jobs:
- node/test: setup:
<<: *defaults
steps:
run: echo "Setup step is happening here"
workflows:
build-test-deploy:
jobs:
- setup:
filters: filters:
branches: branches:
only: only: