From e0efff7703f81f49e03f4de92162dc9b8c5d1666 Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Wed, 15 May 2024 09:53:29 -0700 Subject: [PATCH] Remove intentional failure test #48 #58 Per Jover, > This is testing the workaround for continue-on-error added in #40 > works as expected. Reading through that discussion again, @tsibley > had noted that we can eventually remove the test. > The workaround has been working for a ~year now, so I think it's > safe to remove the test now! --- .github/workflows/ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b906107..2d4bf65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,14 +40,6 @@ jobs: repo: nextstrain/zika-tutorial artifact-name: outputs-test-pathogen-repo-ci-no-example-data - test-pathogen-repo-ci-failure: - uses: ./.github/workflows/pathogen-repo-ci.yaml - with: - repo: nextstrain/zika-tutorial - artifact-name: outputs-test-pathogen-repo-ci-failure - build-args: __BOGUS_BUILD_TARGET__ - continue-on-error: true - test-docs-ci-conda: uses: ./.github/workflows/docs-ci.yaml with: