Skip to content
Extraits de code Groupes Projets
Valider 5cd96aba rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

We can try using stages

parent 96e0007b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -3,17 +3,15 @@ language: node_js
install: npm install && npm run build
jobs:
- script: npm run test
name: "Unit - Node 10"
include:
- stage: unit tests
script: npm run test
node_js: "10"
- script: npm run test
name: "Unit - Node 12"
node_js: "12"
- script: npm run lint
name: "Linting"
- node_js: "12"
- stage: lint
script: npm run lint
node_js: "12"
- script: npm run coverage
name: "Coverage"
node_js: "12"
# NOTE: This is unused atm
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter