Skip to content

Replace jenv local with jenv global for macOS snapshots JDK switch #7772

Replace jenv local with jenv global for macOS snapshots JDK switch

Replace jenv local with jenv global for macOS snapshots JDK switch #7772

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
- name: Upload Coverage Report
uses: codecov/codecov-action@v2
with:
files: ./build/reports/jacoco/test/jacocoTestReport.xml