mirror of
https://github.com/accelforce/Yuito
synced 2024-12-21 12:34:51 +01:00
Run test with Actions
This commit is contained in:
parent
72d5753d75
commit
203f4f6e75
23
.github/workflows/test.yml
vendored
Normal file
23
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Run JUnit Test
|
||||
run: ./gradlew :app:testBlueDebugUnitTest
|
Loading…
Reference in New Issue
Block a user