From e70e9f3928d4b178ae71aebf3b9b595bebfe2aa5 Mon Sep 17 00:00:00 2001 From: "mishal.alexander" Date: Thu, 4 Jan 2024 23:41:19 +0530 Subject: [PATCH] removed extra yml files --- .github/workflows/browser-build.yml | 16 ---------------- .github/workflows/build.yml | 22 ---------------------- .github/workflows/script-build.yml | 16 ---------------- 3 files changed, 54 deletions(-) delete mode 100644 .github/workflows/browser-build.yml delete mode 100644 .github/workflows/build.yml delete mode 100644 .github/workflows/script-build.yml diff --git a/.github/workflows/browser-build.yml b/.github/workflows/browser-build.yml deleted file mode 100644 index 4f462c1..0000000 --- a/.github/workflows/browser-build.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Browser Test Build - Firefox -on: push -jobs: - cypress-run: - runs-on: ubuntu-22.04 - 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 - with: - browser: firefox \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index da69478..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Regression End-to-end tests -on: push -jobs: - cypress-run: - runs-on: ubuntu-22.04 - 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 - with: - command: npm run test:all - - - name: Cypress Test Report - uses: actions/upload-artifact@v4 - with: - name: Mochawesome html report - path: cypress/reports/html \ No newline at end of file diff --git a/.github/workflows/script-build.yml b/.github/workflows/script-build.yml deleted file mode 100644 index 600fb10..0000000 --- a/.github/workflows/script-build.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Sanity Test for Add to Cart Flow -on: push -jobs: - cypress-run: - runs-on: ubuntu-22.04 - 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 - with: - command: npm run test:addToCart \ No newline at end of file