Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Sep 5, 2024
1 parent 9b7e2c8 commit 8f92444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Build and Run Tests
run: mvn clean install -X
run: mvn clean install
- name: current dir
run: pwd
- name: current dir
Expand Down
8 changes: 4 additions & 4 deletions test/ePO-default-config/config-parameters.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
<!-- Generate reused classes, attributes and connectors-->
<xsl:variable name="internalModelPrefixesList" select="('epo', 'epo-not', 'epo-ord', 'epo-cat', 'epo-con', 'epo-ful')"/>
<!-- This set of variables controls the generation of reused concepts within artifacts. -->
<xsl:variable name="generateReusedConceptsSHACL" select="fn:false()"/>
<xsl:variable name="generateReusedConceptsOWLcore" select="fn:false()"/>
<xsl:variable name="generateReusedConceptsOWLrestrictions" select="fn:false()"/>
<xsl:variable name="generateReusedConceptsGlossary" select="fn:false()"/>
<xsl:variable name="generateReusedConceptsSHACL" select="fn:true()"/>
<xsl:variable name="generateReusedConceptsOWLcore" select="fn:true()"/>
<xsl:variable name="generateReusedConceptsOWLrestrictions" select="fn:true()"/>
<xsl:variable name="generateReusedConceptsGlossary" select="fn:true()"/>

<!-- This variable control if Object and Realisation are generated -->
<xsl:variable name="generateObjectsAndRealisations" select="fn:false()"/>
Expand Down

0 comments on commit 8f92444

Please sign in to comment.