From 06bf09d5ebf0f27245a0ec8ba09c3528b2d188a4 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 27 Feb 2024 12:30:37 +0530 Subject: [PATCH] Remove "Notify applitools of new batch" step --- .github/workflows/e2e-applitools.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/e2e-applitools.yml b/.github/workflows/e2e-applitools.yml index a88b92bba..6311144ba 100644 --- a/.github/workflows/e2e-applitools.yml +++ b/.github/workflows/e2e-applitools.yml @@ -40,19 +40,6 @@ jobs: with: node-version-file: '.node-version' - - if: ${{ env.USE_APPLI }} - name: Notify applitools of new batch - # Copied from docs https://applitools.com/docs/topics/integrations/github-integration-ci-setup.html - run: | - apt-get install --no-install-recommends -y curl - curl -L -d '' -X POST "$APPLITOOLS_SERVER_URL/api/externals/github/push?apiKey=$APPLITOOLS_API_KEY&CommitSha=$GITHUB_SHA&BranchName=${APPLITOOLS_BRANCH}$&ParentBranchName=$APPLITOOLS_PARENT_BRANCH" - env: - # e.g. mermaid-js/mermaid/my-branch - APPLITOOLS_BRANCH: ${{ github.repository }}/${{ github.ref_name }} - APPLITOOLS_PARENT_BRANCH: ${{ github.event.inputs.parent_branch }} - APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }} - APPLITOOLS_SERVER_URL: 'https://eyesapi.applitools.com' - - name: Cypress run uses: cypress-io/github-action@v4 id: cypress