Skip to content

Add Cardano API Support (#147) #327

Add Cardano API Support (#147)

Add Cardano API Support (#147) #327

name: Run Android UI Tests
on:
pull_request:
paths:
- "android/**"
- "shared/**"
- "buildSrc/**"
- ".github/workflows/android-ui-test.yml"
push:
branches:
- development
paths:
- "android/**"
- "shared/**"
- "buildSrc/**"
- ".github/workflows/android-ui-test.yml"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
lfs: true
- name: Checkout LFS objects
run: git lfs pull
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '17'
- name: check non-lfs files
run: exec ./.github/scripts/lfs_check.sh
- name: create google-services.json
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > ./android/app-newm/google-services.json
- name: run tests
run: ./gradlew verifyPaparazziDebug -s