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
|
@ -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