Skip to content

Commit

Permalink
ci test: set properties dir
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmajor authored and pdowler committed Dec 6, 2021
1 parent b27c9a5 commit db1131b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: cd cadc-log && ../gradlew --info clean build javadoc checkstyleMain install

- name: build and test cadc-rest
run: cd cadc-rest && ../gradlew --version && ../gradlew --info clean build javadoc checkstyleMain install
run: cd cadc-rest && ../gradlew --info clean build javadoc checkstyleMain install

- name: build and test cadc-vodml
run: cd cadc-vodml && ../gradlew --info clean build javadoc checkstyleMain install
Expand Down

0 comments on commit db1131b

Please sign in to comment.