mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Reduce the number of api-level in integration tests until they can run properly in CI/CD
This commit is contained in:
parent
c9b294f737
commit
3447c05b00
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@ -32,13 +32,11 @@ jobs:
|
||||
|
||||
integration-tests:
|
||||
name: Integration Tests (Synapse)
|
||||
# env:
|
||||
# JAVA_HOME: $JAVA_HOME_11_X64
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
api-level: [21,23, 28, 30]
|
||||
api-level: [28]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user