CI: Fix running on master after push + official can fail (#1716)

allowing official to fail is only temporary until we'll add the latest bot api support
This commit is contained in:
Poolitzer 2020-01-26 12:07:25 -08:00 committed by Noam Meltzer
parent 883c6b5901
commit d2466f1e6e

View file

@ -5,6 +5,9 @@ on:
- master
schedule:
- cron: 7 3 * * *
push:
branches:
- master
jobs:
pytest:
@ -87,6 +90,7 @@ jobs:
run: |
pytest -v tests/test_official.py
exit $?
continue-on-error: True
env:
TEST_OFFICIAL: "true"
shell: bash --noprofile --norc {0}