Reduce the number of api-level in integration tests until they can run properly in CI/CD

This commit is contained in:
ariskotsomitopoulos 2021-09-14 19:17:24 +03:00
parent c9b294f737
commit 3447c05b00

View file

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