From 1b970d662ed4ef2f9ecc004f149b17da13fa8a95 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 25 May 2022 10:58:19 -0400 Subject: [PATCH] GitLab CI: move `lint` jobs into `test` step --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faa87ef71..6fdcf8c36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: