Skip to content

add compileIntTest to CI build #1

add compileIntTest to CI build

add compileIntTest to CI build #1

Workflow file for this run

name: Java CI

Check failure on line 1 in .github/workflows/gradle.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gradle.yml

Invalid workflow file

(Line: 8, Col: 3): The identifier 'build compileIntTest' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and must be less than 100 characters.
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build compileIntTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- name: build and test cadc-jsqlparser-compat
run: cd cadc-jsqlparser-compat && ../gradlew --info clean build compileIntTest javadoc install
- name: build and test cadc-tap
run: cd cadc-tap && ../gradlew --info clean build compileIntTest javadoc checkstyleMain install
- name: build and test cadc-tap-schema
run: cd cadc-tap-schema && ../gradlew --info clean build compileIntTest javadoc checkstyleMain install
- name: build and test cadc-tap-server
run: cd cadc-tap-server && ../gradlew --info clean build compileIntTest javadoc checkstyleMain install
- name: build and test cadc-adql
run: cd cadc-adql && ../gradlew --info clean build compileIntTest javadoc install
- name: build and test cadc-tap-server-pg
run: cd cadc-tap-server-pg && ../gradlew --info clean build compileIntTest javadoc install
- name: build and test cadc-tap-server-oracle
run: cd cadc-tap-server-oracle && ../gradlew --info clean build compileIntTest javadoc install
- name: build and test cadc-test-tap
run: cd cadc-test-tap && ../gradlew --info clean build compileIntTest javadoc install
- name: build compileIntTest youcat
run: cd youcat && ../gradlew --info clean build compileIntTest