From 33e6ff67d69f2f0dc38c30a431cb60b78b13b6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 9 Mar 2023 12:47:28 +0100 Subject: [PATCH] chore: remove redundant testing procedure during web deployment - already tested on publish job --- .github/workflows/web.release.prod.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/web.release.prod.yml b/.github/workflows/web.release.prod.yml index adf2edb6e..04f26580c 100644 --- a/.github/workflows/web.release.prod.yml +++ b/.github/workflows/web.release.prod.yml @@ -12,22 +12,7 @@ on: - '!*standardnotes/*web*alpha*' jobs: - test: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Install dependencies - run: yarn install --immutable - - name: Build - run: yarn build:web - - name: ESLint - run: yarn lint - - name: Test - run: yarn test deploy: - needs: test - runs-on: ubuntu-latest steps: