Sign in
skia
/
external
/
github.com
/
airbnb
/
lottie-android
/
refs/heads/gpeal/build-action
/
.
/
.github
/
workflows
/
unit-test.yml
blob: d334f58125fad72f966138cccf02d0155232099b [
file
] [
log
] [
blame
] [
edit
]
name:
Unit Test
on:
pull_request:
push:
branches:
-
master
jobs:
build:
runs
-
on:
ubuntu
-
latest
steps:
-
name:
Checkout the code
uses:
actions/checkout@v2
-
name:
Run Unit Tests
run:
./gradlew testDebugUnitTest