Skip to content

Merge pull request #1773 from edx/hassan/python3.11-for-exporter-plat… #1071

Merge pull request #1773 from edx/hassan/python3.11-for-exporter-plat…

Merge pull request #1773 from edx/hassan/python3.11-for-exporter-plat… #1071

Workflow file for this run

name: CI
on:
push:
branches: [ 'master' ]
pull_request:
jobs:
run_gradle_check:
runs-on: ubuntu-20.04
name: Gradle Check
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- run: ./gradlew check --stacktrace --info