Skip to content

Commit

Permalink
[INFR] Updated workflows to use the new examples
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 29, 2024
1 parent b3df179 commit c0ee7e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
unzip $VALIDATORPATH/$VALIDATORZIPFILENAME -d $VALIDATORPATH
unzip $VALIDATORPATH/$VALIDATORSCENARIOZIPFILENAME -d $VALIDATORPATH
rm -f examples/factur-x.xml
php -f examples/XRechnung3SimpleQuick.php
php -f examples/01_ZugferdDocumentBuilder_EN16931.php
java -jar $VALIDATORPATH/$VALIDATORJARFILENAME -r $VALIDATORPATH -s $VALIDATORPATH/$VALIDATORSCENARIOFILENAME examples/factur-x.xml
rm -f examples/factur-x.xml
php -f examples/En16931SimpleQuick.php
php -f examples/01_ZugferdDocumentBuilder_XRECHNUNG3.php
java -jar $VALIDATORPATH/$VALIDATORJARFILENAME -r $VALIDATORPATH -s $VALIDATORPATH/$VALIDATORSCENARIOFILENAME examples/factur-x.xml
rm -rf build/validator
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ jobs:
unzip $VALIDATORPATH/$VALIDATORZIPFILENAME -d $VALIDATORPATH
unzip $VALIDATORPATH/$VALIDATORSCENARIOZIPFILENAME -d $VALIDATORPATH
rm -f examples/factur-x.xml
php -f examples/XRechnung3SimpleQuick.php
php -f examples/01_ZugferdDocumentBuilder_EN16931.php
java -jar $VALIDATORPATH/$VALIDATORJARFILENAME -r $VALIDATORPATH -s $VALIDATORPATH/$VALIDATORSCENARIOFILENAME examples/factur-x.xml
rm -f examples/factur-x.xml
php -f examples/En16931SimpleQuick.php
php -f examples/01_ZugferdDocumentBuilder_XRECHNUNG3.php
java -jar $VALIDATORPATH/$VALIDATORJARFILENAME -r $VALIDATORPATH -s $VALIDATORPATH/$VALIDATORSCENARIOFILENAME examples/factur-x.xml
rm -rf build/validator
Expand Down

0 comments on commit c0ee7e6

Please sign in to comment.