From 175e48961b76148351a7fbb4839a5d58c34870dc Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 6 Jul 2022 16:56:05 +0100 Subject: [PATCH] Removing testing from single image deployment as its already carried out by CI workflow. --- .github/workflows/deploy-single-image.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/deploy-single-image.yml b/.github/workflows/deploy-single-image.yml index be24caa228..e0c0c1f9df 100644 --- a/.github/workflows/deploy-single-image.yml +++ b/.github/workflows/deploy-single-image.yml @@ -43,20 +43,6 @@ jobs: run: yarn lint - name: Run Yarn Build run: yarn build - - name: Yarn Test - run: yarn test - - name: Test Code Coverage - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos - files: ./packages/server/coverage/clover.xml - name: codecov-umbrella - verbose: true - - name: Test with Cypress - uses: cypress-io/github-action@v2 - with: - install: false - command: yarn test:e2e:ci - name: Login to Docker Hub run: | docker login -u $DOCKER_USER -p $DOCKER_PASSWORD