Skip to content

Commit

Permalink
Try to exclude the specific file on the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jun 22, 2023
1 parent aa5261b commit c7e9e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<excludes>
<exclude>**/plugin.xml</exclude>
<exclude>pom.xml</exclude>
<exclude>./jython3/dist/Lib/test/xmltestdata/test.xml</exclude>
<exclude>/home/runner/work/ML/ML/jython3/dist/Lib/test/xmltestdata/test.xml</exclude>
</excludes>
<eclipseWtp>
<type>XML</type>
Expand Down

0 comments on commit c7e9e96

Please sign in to comment.