Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c5e50fe

Browse files
committed
disable integ tests for now
1 parent 678982d commit c5e50fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/cypress.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: Cypress End to End Tests
33
on:
44
workflow_run:
5-
workflows: ["Element Web - Build"]
5+
# disabled for ER test
6+
# workflows: ["Element Web - Build"]
7+
workflows: []
68
types:
79
- completed
810
concurrency:

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
PR_NUMBER: ${{ github.event.pull_request.number }}
2222
jobs:
2323
jest:
24+
if: false
2425
name: Jest
2526
runs-on: ubuntu-latest
2627
steps:
@@ -73,6 +74,7 @@ jobs:
7374
!coverage/lcov-report
7475
7576
app-tests:
77+
if: false
7678
name: Element Web Integration Tests
7779
runs-on: ubuntu-latest
7880
steps:

0 commit comments

Comments
 (0)