Skip to content

Commit

Permalink
ci(LH-70127): Do not run acceptance tests unless unit tests pass (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhuwarrier authored Aug 30, 2023
1 parent 57ff8de commit cba1be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cba1be0

Please sign in to comment.