|
|
@ -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: |
|
|
|