Skip to content

Commit 5a01834

Browse files
NUTCH-3094 Github tests to run if build configuration changes
- fix typo in Github workflow definition
1 parent 68c1a7d commit 5a01834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- 'ivy/ivy.xml'
8888
# run if the build configuration or both 'core' and 'plugins' files were changed
8989
- name: test all
90-
if: ${{ steps.filter.outputs.buildconf == 'true' || ( steps.filter.outputs.core == 'true' && steps.filter.outputs.plugin == 'true' ) }}
90+
if: ${{ steps.filter.outputs.buildconf == 'true' || ( steps.filter.outputs.core == 'true' && steps.filter.outputs.plugins == 'true' ) }}
9191
run: ant clean test -buildfile build.xml
9292
# run only if 'core' files were changed
9393
- name: test core

0 commit comments

Comments
 (0)