Skip to content

Provide ways to define PayLaterButton color from xml #1240

Provide ways to define PayLaterButton color from xml

Provide ways to define PayLaterButton color from xml #1240

Workflow file for this run

name: Tests
on: [ pull_request, workflow_dispatch ]
concurrency:
group: tests-${{ github.event.number }}
cancel-in-progress: true
jobs:
unit_test_job:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Java 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'microsoft'
- name: Run Unit Tests
run: ./gradlew --stacktrace testDebug