Skip to content

Commit

Permalink
NUTCH-3094 Github tests to run if build configuration changes
Browse files Browse the repository at this point in the history
- fix typo in Github workflow definition
  • Loading branch information
sebastian-nagel committed Dec 3, 2024
1 parent 68c1a7d commit 5a01834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- 'ivy/ivy.xml'
# run if the build configuration or both 'core' and 'plugins' files were changed
- name: test all
if: ${{ steps.filter.outputs.buildconf == 'true' || ( steps.filter.outputs.core == 'true' && steps.filter.outputs.plugin == 'true' ) }}
if: ${{ steps.filter.outputs.buildconf == 'true' || ( steps.filter.outputs.core == 'true' && steps.filter.outputs.plugins == 'true' ) }}
run: ant clean test -buildfile build.xml
# run only if 'core' files were changed
- name: test core
Expand Down

0 comments on commit 5a01834

Please sign in to comment.