Skip to content

[CI] Adicionar Github Actions #137

Description

@gitrubs

Descrição

Adicionar workflow básico do github actions com teste executado pelo gradle

Requisitos

Máquina: ubuntu-latest
Versão do Java: 1.8

Sintaxe de exemplo

name: Run Tests
on: [push]
jobs:
  test:
    name: Test Job
    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: Grant execute permission for gradlew
      run: chmod +x gradlew
    - name: Gradle test
      run: gradlew test

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions