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
1 changed files with 1 additions and 1 deletions

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: