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:
parent
3e4ead3aae
commit
7f17e114d4
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user