Skip to content

cred: fix integration tests to use ivo://opencadc.org/cred #41

cred: fix integration tests to use ivo://opencadc.org/cred

cred: fix integration tests to use ivo://opencadc.org/cred #41

Workflow file for this run

name: Java CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 8
- name: build and test cadc-cdp
run: cd cadc-cdp && ../gradlew --info clean build javadoc install
- name: build and test cadc-cdp-server
run: cd cadc-cdp-server && ../gradlew --info clean build javadoc install
# - name: build cadc-cert-gen
# run: cd cadc-cert-gen && ../gradlew --info clean build
- name: build cred
run: cd cred && ../gradlew --info clean build