1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-01-08 05:03:54 +01:00

workflows: Require success from test-country-defs.sh

This commit is contained in:
Tom Stellard 2021-07-13 00:11:22 -07:00 committed by Tom Stellard
parent 3e4ead3aae
commit 7f17e114d4

View File

@ -106,7 +106,7 @@ jobs:
run: |
tar -xjf ${{ steps.package.outputs.tarfile }}
bash ../test/test-load-save.sh ${{ steps.package.outputs.tardir }}/bygfoot
bash ../test/test-country-defs.sh ${{ steps.package.outputs.tardir }}/bygfoot || true
bash ../test/test-country-defs.sh ${{ steps.package.outputs.tardir }}/bygfoot
package-windows: