GitLab CI: move `lint` jobs into `test` step

environments/review-simplify-c-5e1v77/deployments/69
Alex Gleason 2022-05-25 10:58:19 -04:00
rodzic ff7753cb42
commit 1b970d662e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -12,7 +12,6 @@ cache:
stages:
- install
- lint
- test
- build
- deploy
@ -26,7 +25,7 @@ install-dependencies:
- node_modules/
lint-js:
stage: lint
stage: test
script: yarn lint:js
only:
changes:
@ -38,7 +37,7 @@ lint-js:
- ".eslintrc.js"
lint-sass:
stage: lint
stage: test
script: yarn lint:sass
only:
changes: