From 3447c05b00a984b31a040f3697fa2b4afe10676e Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Tue, 14 Sep 2021 19:17:24 +0300 Subject: [PATCH] Reduce the number of api-level in integration tests until they can run properly in CI/CD --- .github/workflows/integration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0ff8ddcee4..c18ca69fde 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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