Skip to content

Commit

Permalink
Add api-level to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed May 29, 2024
1 parent 412c3dc commit b66fa24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b66fa24

Please sign in to comment.