Skip to content

Bug-89 :: Crash in coin details screen #42

Bug-89 :: Crash in coin details screen

Bug-89 :: Crash in coin details screen #42

Workflow file for this run

name: App Build
on:
push:
branches: [prod, dev]
pull_request:
branches: [prod, dev]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Make gradlew executable
run: chmod +x gradlew
- name: Make setup script executable
run: chmod +x setup.sh
- name: Run setup script
run: ./setup.sh
- name: Run Unit Tests
run: ./gradlew test