Skip to content

Relink ca-certs as curl binary is pointing to ubuntu version (#5662) #11279

Relink ca-certs as curl binary is pointing to ubuntu version (#5662)

Relink ca-certs as curl binary is pointing to ubuntu version (#5662) #11279

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@v4
with:
java-version: 17
distribution: 'temurin'
- uses: actions/checkout@v3
- name: Run Tests
run: |
./gradlew test --info