Skip to content

Commit

Permalink
Temporary skip nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Renaud committed Apr 12, 2022
1 parent 7cc2795 commit 8426cff
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
fail-fast: false
matrix:
api-level: [ 28 ]
# Tchap: Disabled for now
if: github.repository == 'vector-im/element-android'
# No concurrency required, runs every time on a schedule.
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -214,6 +216,8 @@ jobs:
fail-fast: false
matrix:
api-level: [ 28 ]
# Tchap: Disabled for now
if: github.repository == 'vector-im/element-android'
# No concurrency required, runs every time on a schedule.
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -267,6 +271,8 @@ jobs:
codecov-units:
name: Unit tests with code coverage
runs-on: macos-latest
# Tchap: Disabled for now
if: github.repository == 'vector-im/element-android'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
Expand All @@ -293,7 +299,8 @@ jobs:
sonarqube:
name: Sonarqube upload
runs-on: macos-latest
if: always()
# Tchap: Disabled for now
if: github.repository == 'vector-im/element-android'
needs:
- codecov-units
steps:
Expand Down Expand Up @@ -327,7 +334,8 @@ jobs:
- integration-tests
- ui-tests
- sonarqube
if: always() && github.event_name != 'workflow_dispatch'
# Tchap: Disabled for now
if: github.repository == 'vector-im/element-android'
# No concurrency required, runs every time on a schedule.
steps:
- uses: michaelkaye/[email protected]
Expand Down

0 comments on commit 8426cff

Please sign in to comment.