diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 010c97bb..c64e32e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -37,6 +37,9 @@ jobs: unit-intrumented-test-maven-publish: name: Unit/Instrumented tests and Publish Maven package runs-on: macos-latest + strategy: + matrix: + api-level: [ 33 ] needs: build steps: - name: Checkout code diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93ee19cb..20d022c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: unit-intrumented-test: name: Unit/Instrumented tests with coverage report runs-on: macos-latest + strategy: + matrix: + api-level: [ 33 ] needs: build steps: - name: Checkout code