Skip to content

Commit

Permalink
fix test package
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadjana committed Mar 8, 2024
1 parent 6a9c8ca commit d3d8b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/transform_with_model2owl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: generate convention report and glossary
run: |
AVAILABLE_IMPLEMENTATIONS=(cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap common_src_ap test)
AVAILABLE_IMPLEMENTATIONS=(cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap common_src_ap)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation}---------------------------------"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1252"?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:umldi="http://www.omg.org/spec/UML/20131001/UMLDI" xmlns:dc="http://www.omg.org/spec/UML/20131001/UMLDC">
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<uml:Model xmi:type="uml:Model" name="EA_Model">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_343668F5_B309_4a8d_A7E0_BCDE1F8CB1FC" name="Package1">
<packagedElement xmi:type="uml:Class" xmi:id="EAID_97DDD539_45CB_40ff_953B_A0F2E8A1AF8B" name="foaf:Agent">
Expand Down

0 comments on commit d3d8b58

Please sign in to comment.