Browse Source

👷 add docker

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

2
.circleci/config.yml

@ -28,7 +28,7 @@ jobs:
pkg-manager: npm pkg-manager: npm
- run: - run:
name: Run tests name: Run tests
command: npm test
command: yarn test
workflows: workflows:
# Below is the definition of your workflow. # Below is the definition of your workflow.

Loading…
Cancel
Save