Browse Source

👷 add docker

main
Martin 4 years ago
parent
commit
c8e2b69145
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -25,7 +25,7 @@ jobs:
# The orb install-packages step will also automatically cache them for faster future runs. # The orb install-packages step will also automatically cache them for faster future runs.
- node/install-packages: - node/install-packages:
# If you are using yarn, change the line below from "npm" to "yarn" # If you are using yarn, change the line below from "npm" to "yarn"
pkg-manager: npm
pkg-manager: yarn
- run: - run:
name: Run tests name: Run tests
command: yarn test command: yarn test

Loading…
Cancel
Save