@ -1,6 +1,6 @@
version: 2.1
jobs:
install:
build:
docker:
- image: cimg/node:15.5.1-browsers
steps:
@ -25,7 +25,7 @@ jobs:
- run:
- name: Launch test
- command : yarn test
prod-build:
@ -64,12 +64,11 @@ jobs:
workflows:
build_deploy:
- install
- build:
- build
- prod-build:
requires:
- deploy:
context: netlify_devops_final
# - install
- prod-build