Skip to content

hotfix/CP-8274-if-subscription-id-changed-than-call-confirm-alert #8

hotfix/CP-8274-if-subscription-id-changed-than-call-confirm-alert

hotfix/CP-8274-if-subscription-id-changed-than-call-confirm-alert #8

Workflow file for this run

name: Unit Test
on:
push:
jobs:
build:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout SDK
uses: actions/checkout@v3
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: 'tools platform-tools platforms;android-33 build-tools;31.0.0'
cmdline-tools-version: 8092744
- name: Run Tests
run: ./gradlew test --stacktrace --warning-mode=all