Skip to content

Remove skip tests task if the module is not named according to standard #168

Remove skip tests task if the module is not named according to standard

Remove skip tests task if the module is not named according to standard #168

Workflow file for this run

name: Build pull request
on: [pull_request]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 17
- name: Gradle build
run: ./gradlew build