From b45449a20ef36e1e0d68394cf137809aea2c5bfe Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 25 Sep 2024 21:56:15 +0200 Subject: [PATCH] =?UTF-8?q?CI:=20don't=20lint=20more=20than=20once=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bee8ba9..022144a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,6 @@ jobs: path: ${{ env.npm_config_cache }} - run: npm install - - run: npm run lint - run: npm run test-integration e2e-tests: @@ -84,5 +83,4 @@ jobs: path: ${{ env.npm_config_cache }} - run: npm install - - run: npm run lint - run: npm run test-e2e