Skip to content

Update release notes workflows to support qualifier and update gradle check lib 8.2.3 #10465

Update release notes workflows to support qualifier and update gradle check lib 8.2.3

Update release notes workflows to support qualifier and update gradle check lib 8.2.3 #10465

Workflow file for this run

---
name: groovy-tests
on: [push, pull_request]
jobs:
groovy-tests:
runs-on: ubuntu-latest
steps:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11
- uses: actions/checkout@v3
- name: Run Tests
run: |
./gradlew test --info