Revert "Split Cypress out into its own workflow (#8677)" (#8685)

This reverts commit 1722eb1bd3.
This commit is contained in:
Michael Telatynski
2022-05-24 23:23:49 +01:00
committed by GitHub
parent 1722eb1bd3
commit e20ae18378
6 changed files with 124 additions and 151 deletions

View File

@@ -35,16 +35,3 @@ jobs:
path: |
coverage
!coverage/lcov-report
app-tests:
name: Element Web Integration Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
cache: 'yarn'
- name: Run tests
run: "./scripts/ci/app-tests.sh"