From 2ae0ca92db873fcb4e9a9c627b34dba349d362b7 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Tue, 19 Sep 2023 15:48:15 -0700 Subject: [PATCH] chore: remove redundandt test --- .github/workflows/e2e-cypress-12-ccy-1.10.yml | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/workflows/e2e-cypress-12-ccy-1.10.yml diff --git a/.github/workflows/e2e-cypress-12-ccy-1.10.yml b/.github/workflows/e2e-cypress-12-ccy-1.10.yml deleted file mode 100644 index c7abfc0..0000000 --- a/.github/workflows/e2e-cypress-12-ccy-1.10.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: e2e-cypress-12-ccy-1_10 - -on: - push: - -jobs: - e2e-cypress-12-ccy-1_10: - if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')" - runs-on: ubuntu-latest - env: - DEBUG: currents:* - - strategy: - matrix: - node-version: ["18"] - - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - - name: Install dependencies - run: npm ci - - - name: Install Cypress 12.17.4 - run: npm install cypress@12.17.4 - - - name: Build - run: npm run build - - - name: Run compatibility tests - working-directory: ./e2e/cypress-12-demo - env: - CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }} - CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }} - CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }} - CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }} - - run: > - npm run runtest