Skip to content

Commit

Permalink
updated transform_epo.yml to include eAccess and eSubmission; updated…
Browse files Browse the repository at this point in the history
… xml file.
  • Loading branch information
andreea-pasare committed Mar 21, 2024
1 parent 1d969ac commit d7d9e59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/transform_epo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- "implementation/eOrdering/xmi_conceptual_model/eOrdering.xml"
- "implementation/eFulfilment/xmi_conceptual_model/eFulfilment.xml"
- "implementation/eContract/xmi_conceptual_model/eContract.xml"
- "implementation/eContract/xmi_conceptual_model/eAccess.xml"
- - "implementation/eContract/xmi_conceptual_model/eSubmission.xml"
jobs:
report_and_glossary:
runs-on: ubuntu-latest
Expand All @@ -33,7 +35,7 @@ jobs:

- name: generate convention report and glossary
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract ePO_core)
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation}---------------------------------"
Expand Down Expand Up @@ -66,7 +68,7 @@ jobs:

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

- name: transform step
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract ePO_core)
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation} transform---------------------------------"
Expand Down

0 comments on commit d7d9e59

Please sign in to comment.