Skip to content

Commit

Permalink
Make sure the leaflet with the tarot template is build
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Jun 3, 2024
1 parent 07a5a73 commit f3e7b85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@
CC_TEST_REPORTER_ID: 7482a81acb1b6de49fa6fd2769a014bb9ae8bee408161c23d400b2ac9e95b7cf
- name: Generate new output files
run: |
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 1.22 -e webapp
pipenv run python scripts/convert.py -l all -lt cards -t tarot -v 1.22 -e webapp
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 2.00 -e webapp
pipenv run python scripts/convert.py -l all -lt cards -t tarot -v 2.00 -e webapp
pipenv run python scripts/convert.py -l en -lt all -t bridge -v 1.00 -e mobileapp
pipenv run python scripts/convert.py -l en -lt cards -t tarot -v 1.00 -e mobileapp
pipenv run python scripts/convert.py -l all -lt all -t all -v 1.22 -e webapp
pipenv run python scripts/convert.py -l all -lt all -t all -v 2.00 -e webapp
pipenv run python scripts/convert.py -l en -lt all -t all -v 1.00 -e mobileapp
zip output/owasp_cornucopia_mobileapp_1.00_en.zip output/owasp_cornucopia_mobileapp_1.00_cards_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_cards_tarot_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_tarot_en.idml
zip output/owasp_cornucopia_webapp_1.22_en.zip output/owasp_cornucopia_webapp_1.22_cards_bridge_en.idml output/owasp_cornucopia_webapp_1.22_cards_tarot_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_bridge_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_tarot_en.idml
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@
run: pipenv run coverage report --fail-under 85 scripts/convert*
- name: Generate new output file
run: |
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 1.22 -e webapp
pipenv run python scripts/convert.py -l all -lt all -t tarot -v 1.22 -e webapp
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 2.00 -e webapp
pipenv run python scripts/convert.py -l all -lt all -t tarot -v 2.00 -e webapp
pipenv run python scripts/convert.py -l en -lt all -t bridge -v 1.00 -e mobileapp
pipenv run python scripts/convert.py -l en -lt all -t tarot -v 1.00 -e mobileapp
pipenv run python scripts/convert.py -l all -lt all -t all -v 1.22 -e webapp
pipenv run python scripts/convert.py -l all -lt all -t all -v 2.00 -e webapp
pipenv run python scripts/convert.py -l en -lt all -t all -v 1.00 -e mobileapp
zip output/owasp_cornucopia_mobileapp_1.00_en.zip output/owasp_cornucopia_mobileapp_1.00_cards_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_cards_tarot_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_tarot_en.idml
zip output/owasp_cornucopia_webapp_1.22_en.zip output/owasp_cornucopia_webapp_1.22_cards_bridge_en.idml output/owasp_cornucopia_webapp_1.22_cards_tarot_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_bridge_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_tarot_en.idml
Expand Down

0 comments on commit f3e7b85

Please sign in to comment.