From aeaa1452234a2fe5d5251558711279fe4514b410 Mon Sep 17 00:00:00 2001 From: Poolitzer <25934244+Poolitzer@users.noreply.github.com> Date: Sun, 19 Jan 2020 16:40:36 -0800 Subject: [PATCH] on push test, official can fail --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 230c65bb6b3..28670c69429 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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}