Skip to content

fix: Unable to Play Video from Download Activity in Sample App (#187) #1292

fix: Unable to Play Video from Download Activity in Sample App (#187)

fix: Unable to Play Video from Download Activity in Sample App (#187) #1292

Workflow file for this run

name: Run Test
on: [push, pull_request]
jobs:
run_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Run Test
run: ./gradlew test