From d4fce6fbe19236eb5aeead70508b54ba04c6ab17 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Wed, 17 Aug 2022 17:39:12 -0700 Subject: [PATCH] fix: Move enos job attribute into enos-run workflow (#2374) Maybe this will fix it? This doesn't make any sense. --- .github/workflows/build.yml | 2 -- .github/workflows/enos-run.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c4c468c9c..08f396a114 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -359,5 +359,3 @@ jobs: artifact-name: "boundary_${{ needs.product-metadata.outputs.product-version }}_linux_amd64.zip" go-version: ${{ needs.product-metadata.outputs.go-version }} secrets: inherit - # Enos jobs are still a bit flaky, ensure they don't fail the workflow. - continue-on-error: true diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index 7acf5fe9c4..eed637cec5 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -19,6 +19,8 @@ env: jobs: enos: name: Integration + # Enos jobs are still a bit flaky, ensure they don't fail the workflow. + continue-on-error: true strategy: matrix: include: