Skip to content

Fix a test in ADQLLib and an import in UWSLib #4

Fix a test in ADQLLib and an import in UWSLib

Fix a test in ADQLLib and an import in UWSLib #4

Workflow file for this run

name: Test UWSLib
on:
push:
paths:
- 'UWSLib/**'
- 'build.gradle'
- '.github/workflows/*'
jobs:
build-uwslib-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 :UWSLib:test