Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /generate-release-notes/generate-release-notes #78

Bump word-wrap from 1.2.3 to 1.2.4 in /generate-release-notes/generate-release-notes

Bump word-wrap from 1.2.3 to 1.2.4 in /generate-release-notes/generate-release-notes #78

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test_groovy:
name: Groovy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Run Groovy Tests
run: |
cd adopt-github-release
./gradlew --info test