From 9cc222f8f911cdeb1adb2a2b39bd236483703644 Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Wed, 20 May 2020 09:35:23 +0300 Subject: [PATCH] Don't use continue-on error It seems it marks the job as optional, and prevents reruns --- .github/workflows/e2e.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 510999643..6218c1a0f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -10,7 +10,6 @@ name: End to End Tests jobs: e2e: timeout-minutes: 30 - continue-on-error: true runs-on: ubuntu-latest strategy: fail-fast: false