Skip to content

Allow to get the call out of extrinsic builder #206

Allow to get the call out of extrinsic builder

Allow to get the call out of extrinsic builder #206

Workflow file for this run

name: Android CI
on:
[pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🔧 Install dependencies
uses: ./.github/workflows/install/
- name: Lint
run: ./gradlew ktlint
- name: Unit tests
run: ./gradlew testDebugUnitTest