We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adicionar workflow básico do github actions com teste executado pelo gradle
Máquina: ubuntu-latest Versão do Java: 1.8
ubuntu-latest
1.8
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
The text was updated successfully, but these errors were encountered:
gitrubs
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: