Skip to content

Commit

Permalink
action conventions and glossary testing 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Jul 10, 2023
1 parent 28bfbc3 commit ca0a371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_conventions_and_glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: get model2owl
run: |
git clone --branch 2.0.0 https://github.com/OP-TED/model2owl.git
git clone https://github.com/OP-TED/model2owl.git
pwd
ls -la
# cp ./model2owl/Makefile /home/runner/work/ePO/ePO/
Expand All @@ -34,7 +34,7 @@ jobs:
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation}---------------------------------"
sed -i "s/test\/ePO-default-config/..\/..\/implementation\/${implementation}\/model2owl-config/g" model2owl/config-proxy.xsl
sed -i "s/test\/ePO-default-config/..\/implementation\/${implementation}\/model2owl-config/g" model2owl/config-proxy.xsl
cat model2owl/config-proxy.xsl
Expand All @@ -55,7 +55,7 @@ jobs:
make generate-convention-report
make generate-glossary
sed -i "s/..\/..\/implementation\/${implementation}\/model2owl-config/test\/ePO-default-config/g" model2owl/config-proxy.xsl
sed -i "s/..\/implementation\/${implementation}\/model2owl-config/test\/ePO-default-config/g" model2owl/config-proxy.xsl
done
shell: bash

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" xmlns:thecustomprofile="http://www.sparxsystems.com/profiles/thecustomprofile/1.0">
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1559"/>
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1559"/>
<uml:Model xmi:type="uml:Model" name="EA_Model">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_DB0C4677_88DC_4767_8DE5_76387A40E5AE" name="ePO">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_6B65084A_798D_4f35_BA8F_EF75ACEBC684" name="eProcurementOntology">
Expand Down

0 comments on commit ca0a371

Please sign in to comment.