Merge pull request #1666 from edx/matthugs/remove-veda-from-sandbox-b… #722
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |