Merge branch 'master' of https://codefirst.iut.uca.fr/git/arthur.valin/LEARNIHON
continuous-integration/drone/push Build is passing Details

master
Arthur VALIN 2 years ago
commit 5ddf963999

@ -3,6 +3,14 @@ type: docker
name: default
steps:
- name: test
image: node:latest
commands:
- cd src
- npm i
- npm test
- name: sonar-analyses
image: hub.codefirst.iut.uca.fr/camille.petitalot/drone-sonarplugin-reactnative:latest
commands:
@ -15,4 +23,5 @@ steps:
settings:
sonar_host: https://codefirst.iut.uca.fr/sonar/
sonar_token:
from_secret: SONAR_TOKEN
from_secret: SONAR_TOKEN
depends_on: [ test ]
Loading…
Cancel
Save