Skip to content

Commit

Permalink
No longer build owl-closure.owl on every push when it is not used by …
Browse files Browse the repository at this point in the history
…the following test pipeline
  • Loading branch information
ColinHDev committed Oct 20, 2024
1 parent a5c2995 commit d2ccabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
java-version: '11'
- name: make
run: |
make
make base merge
- name: validate-profile
run: |
echo "java -jar build/robot.jar validate-profile --input build/oeo/$(cat VERSION)/oeo-full.owl --profile Full -vvv --output merged-validation.txt"
Expand Down

0 comments on commit d2ccabd

Please sign in to comment.