Skip to content

Remove 3DS URL Parsing #1392

Remove 3DS URL Parsing

Remove 3DS URL Parsing #1392

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@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'microsoft'
- name: Run Unit Tests
run: ./gradlew --stacktrace testDebug