From cba1be04a3d27c40eb64fce8843a57778b17d33c Mon Sep 17 00:00:00 2001 From: Siddhu Warrier Date: Wed, 30 Aug 2023 12:26:07 +0100 Subject: [PATCH] ci(LH-70127): Do not run acceptance tests unless unit tests pass (#29) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b5f6c37..369e396d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: # Run acceptance tests in a matrix with Terraform CLI versions on merge to master acceptance-test: name: Terraform Provider Acceptance Tests - needs: build + needs: unit-test runs-on: ubuntu-latest if: ${{ (github.ref == 'refs/heads/main') || github.ref_type == 'tag' }} defaults: