Skip to content

Commit

Permalink
update CI to api level 34
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomartins8 committed Jan 17, 2024
1 parent 6139073 commit acd5049
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ on:
required: false
push:

env:
SDK_TARGET_VERSION: ${{ github.event.inputs.SDK_TARGET_VERSION }}

jobs:
build:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 32 ]
api-level: [ 34 ]

steps:
- name: Checkout
Expand Down Expand Up @@ -57,6 +54,7 @@ jobs:
env:
API_TOKEN: ${{secrets.API_TOKEN}}
WORKFLOW_ID: ${{secrets.WORKFLOW_ID}}
SDK_TARGET_VERSION: ${{ github.event.inputs.SDK_TARGET_VERSION }}
run: |
mkdir app/src/main/assets
cd app/src/main/assets
Expand Down

0 comments on commit acd5049

Please sign in to comment.