Skip to content

Commit d7d9e59

Browse files
updated transform_epo.yml to include eAccess and eSubmission; updated xml file.
1 parent 1d969ac commit d7d9e59

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/transform_epo.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- "implementation/eOrdering/xmi_conceptual_model/eOrdering.xml"
1313
- "implementation/eFulfilment/xmi_conceptual_model/eFulfilment.xml"
1414
- "implementation/eContract/xmi_conceptual_model/eContract.xml"
15+
- "implementation/eContract/xmi_conceptual_model/eAccess.xml"
16+
- - "implementation/eContract/xmi_conceptual_model/eSubmission.xml"
1517
jobs:
1618
report_and_glossary:
1719
runs-on: ubuntu-latest
@@ -33,7 +35,7 @@ jobs:
3335

3436
- name: generate convention report and glossary
3537
run: |
36-
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract ePO_core)
38+
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
3739
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
3840
do
3941
echo "-------------------${implementation}---------------------------------"
@@ -66,7 +68,7 @@ jobs:
6668

6769
- name: merge implementations xmi files into one
6870
run: |
69-
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract ePO_core)
71+
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
7072
cd model2owl
7173
mkdir -p merge-xmis
7274
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
@@ -146,7 +148,7 @@ jobs:
146148

147149
- name: transform step
148150
run: |
149-
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract ePO_core)
151+
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
150152
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
151153
do
152154
echo "-------------------${implementation} transform---------------------------------"

0 commit comments

Comments
 (0)