Skip to content

Remove partial download on error #193

Remove partial download on error

Remove partial download on error #193

Workflow file for this run

name: Pull Requests
on: pull_request_target
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Run with Gradle
run: ./gradlew clean test --info
- uses: kentaro-m/[email protected]
with:
configuration-path: ".github/auto_assign.yml"