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

Loading…
Cancel
Save