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.
This commit is contained in:
Alois Klink
2022-09-14 03:20:05 +01:00
parent c5033b92b4
commit 20d22a6468

View File

@@ -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