Skip to content

Commit

Permalink
remove caom2-vis and fits2caom2 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Dec 12, 2024
1 parent 1a93c09 commit 5900248
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ jobs:
- name: build and test caom2-artifact-resolvers
run: cd caom2-artifact-resolvers && ../gradlew --info clean assemble javadoc checkstyleMain install

## no checkstyle for these utilities
- name: build and test fits2caom2
run: cd fits2caom2 && ../gradlew --info clean build javadoc install
# OBSOLETE
# - name: build and test fits2caom2
# run: cd fits2caom2 && ../gradlew --info clean build javadoc install

- name: build and test caom2-validator
run: cd caom2-validator && ../gradlew --info clean build

- name: build and test caom2-viz
run: cd caom2-viz && ../gradlew --info clean build
##
- name: build and test caom2-access-control
run: cd caom2-access-control && ../gradlew --info clean build javadoc checkstyleMain install
Expand Down

0 comments on commit 5900248

Please sign in to comment.