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:
|
integration-tests:
|
||||||
name: Integration Tests (Synapse)
|
name: Integration Tests (Synapse)
|
||||||
# env:
|
|
||||||
# JAVA_HOME: $JAVA_HOME_11_X64
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
api-level: [21,23, 28, 30]
|
api-level: [28]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: gradle/wrapper-validation-action@v1
|
- uses: gradle/wrapper-validation-action@v1
|
||||||
|
|
Loading…
Reference in New Issue