Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Bump gitpython from 3.1.11 to 3.1.37 in /src/python/automation #66

Bump gitpython from 3.1.11 to 3.1.37 in /src/python/automation

Bump gitpython from 3.1.11 to 3.1.37 in /src/python/automation #66

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
on:
push:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone opensha
uses: actions/checkout@v2
with:
repository: GNS-Science/opensha
ref: chrisbc/make_gridSourceProvider_protected
path: opensha
- uses: actions/checkout@v2
with:
path: main
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Gradle
run: |
cd main
chmod +x gradlew
./gradlew check -x test
./gradlew localTests integrationTest