From 20d22a6468688def32cda24648a58510107a6674 Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Wed, 14 Sep 2022 03:20:05 +0100 Subject: [PATCH] ci(e2e): re-enable e2e tests I've removed the coverage upload bit, since although the [@cypress/code-coverage][1] plugin is pretty easy to setup, it requires babel, which we're about to remove and replace with ESBuild. --- .github/workflows/{e2e => e2e.yml} | 6 ------ 1 file changed, 6 deletions(-) rename .github/workflows/{e2e => e2e.yml} (80%) diff --git a/.github/workflows/e2e b/.github/workflows/e2e.yml similarity index 80% rename from .github/workflows/e2e rename to .github/workflows/e2e.yml index 4211410fb..06a346aeb 100644 --- a/.github/workflows/e2e +++ b/.github/workflows/e2e.yml @@ -36,9 +36,3 @@ jobs: run: yarn e2e env: CYPRESS_CACHE_FOLDER: .cache/Cypress - - - name: Upload Coverage to Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - flag-name: e2e