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

Run linting first because it's quick

parent 81fb7b41
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -8,15 +8,15 @@ cache:
jobs:
include:
# Lint doesn't need to build
- stage: lint
script: npm run lint
node_js: "12"
- stage: unit tests
# Test already builds
script: npm run test
node_js: "10"
- node_js: "12"
- stage: lint
# Lint doesn't need to build
script: npm run lint
node_js: "12"
- stage: coverage
# Coverage does NOT build
script: npm run build && npm run coverage
......
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