Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
ca79025a57
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -1,4 +1,10 @@
workflows: workflows:
version: 2
build_and_test:
jobs:
- build
- test
version: 2.1 version: 2.1
jobs: jobs:
build: build:
@ -15,7 +21,7 @@ workflows:
paths: paths:
- node_modules #ça marche jusqu'ici pour l'instant - node_modules #ça marche jusqu'ici pour l'instant
jobsbis: jobsbis:
build:
test:
docker: docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run - image: cimg/node:14.15.0 # the primary container, where your job's commands are run
auth: auth:

Loading…
Cancel
Save