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

Commit

Permalink
disable integ tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Mar 9, 2023
1 parent 678982d commit c5e50fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name: Cypress End to End Tests
on:
workflow_run:
workflows: ["Element Web - Build"]
# disabled for ER test
# workflows: ["Element Web - Build"]
workflows: []
types:
- completed
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
PR_NUMBER: ${{ github.event.pull_request.number }}
jobs:
jest:
if: false
name: Jest
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
!coverage/lcov-report
app-tests:
if: false
name: Element Web Integration Tests
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c5e50fe

Please sign in to comment.