Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub actions. #492

Open
toastkidjp opened this issue Jan 7, 2020 · 0 comments
Open

Add GitHub actions. #492

toastkidjp opened this issue Jan 7, 2020 · 0 comments
Assignees

Comments

@toastkidjp
Copy link
Owner

toastkidjp commented Jan 7, 2020

See

https://github.com/ohmae/touch-icon-extractor/blob/develop/.github/workflows/ci.yml

name: ci

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: set up JDK 1.8
      uses: actions/setup-java@v1
      with:
        java-version: 1.8
    - name: Run unit test
      run: |
        chmod +x gradlew
        ./gradlew testDebugUnitTest
@toastkidjp toastkidjp self-assigned this Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant