Skip to content

Commit

Permalink
test ti 12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 15, 2024
1 parent 9876ba2 commit b284e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- run: npm i -g titanium
name: Install Titanium CLI

- run: ti sdk install 12.2.1.GA
name: Install SDK 12.2.1
- run: ti sdk install
name: Install SDK 12.3.0

- name: Set up Homebrew
id: set-up-homebrew
Expand All @@ -85,7 +85,7 @@ jobs:
with:
api-level: 29
target: playstore
script: npm run test:android -- --sdkVersion 12.2.1.GA
script: npm run test:android -- --sdkVersion 12.3.0.GA
disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures

- name: Show summary of ccache configuration and statistics counters
Expand Down

0 comments on commit b284e3f

Please sign in to comment.