Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 31, 2024
1 parent 083266b commit ef60a67
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ jobs:
restore-keys: |
${{ runner.os }}-ccache-
- name: Build and Test
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
target: playstore
script: npm run test:android -- --sdkVersion 12.5.1.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: Build and Test
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# target: playstore
# script: npm run test:android -- --sdkVersion 12.5.1.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
run: ccache --show-stats
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- run: sed -i .bak 's/TITANIUM_SDK_VERSION = .*/TITANIUM_SDK_VERSION = 12.5.1.GA/' ios/titanium.xcconfig
name: Set to Build with 12.5.1.GA SDK

- run: npm run test:ios -- --sdkVersion 12.5.1.GA
name: Build and Test
# - run: npm run test:ios -- --sdkVersion 12.5.1.GA
# name: Build and Test

- name: Archive iOS artifact
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions Example/app.js → example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ btn.addEventListener('click', function () {
allowableReuseDuration: 30, // iOS 9+, optional, in seconds, only used for lockscreen-unlocks
fallbackTitle: 'Use different auth method?', // iOS 10+, optional
cancelTitle: 'Get me outta here!', // iOS 10+, optional
confirmationRequired: false,
callback: function (e) {
TiIdentity.invalidate();
if (!e.success) {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ef60a67

Please sign in to comment.