[ADQL] Fix incorrect ambiguous column name in subqueries #9
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: Test ADQLLib | |
on: | |
push: | |
paths: | |
- 'ADQLLib/**' | |
- 'build.gradle' | |
- '.github/workflows/*' | |
jobs: | |
build-adqllib-project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout project sources | |
uses: actions/checkout@v3 | |
- name: Setup Gradle | |
uses: gradle/gradle-build-action@v2 | |
- name: Run build with Gradle Wrapper | |
run: ./gradlew :ADQLLib:test |