From a61eade18c6ae772f2eaa3d87f59ed9b4a2b2326 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Sat, 7 Oct 2023 03:52:17 +0000 Subject: [PATCH] PR-149165: deleting E2E testing. --- .github/workflows/npm-publish.yml | 14 -------------- .github/workflows/npm-test.yml | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a05247e..4e7db09 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,20 +14,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm test - cypress-run: - runs-on: ubuntu-latest - env: - PORT: 3000 - steps: - - name: Checkout - uses: actions/checkout@v3 - # Install NPM dependencies, cache them correctly - # and run all Cypress tests - - name: Cypress run - uses: cypress-io/github-action@v5 # use the explicit version number - with: - build: npm run build:frontend - start: npm start cypress-run-component: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 25d665a..6462d5f 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -20,20 +20,6 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm test - cypress-run: - runs-on: ubuntu-latest - env: - PORT: 3000 - steps: - - name: Checkout - uses: actions/checkout@v3 - # Install NPM dependencies, cache them correctly - # and run all Cypress tests - - name: Cypress run - uses: cypress-io/github-action@v5 # use the explicit version number - with: - build: npm run build:frontend - start: npm start cypress-run-component: runs-on: ubuntu-latest steps: