Skip to content

Commit

Permalink
update git workflow (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
maastha authored Sep 10, 2024
1 parent 24fc14f commit 7425b8d
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/acceptance-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ jobs:
- 'internal/service/rolesorgid/*.go'
- 'internal/service/team/*.go'
- 'internal/service/thirdpartyintegration/*.go'
data_lake:
- 'internal/service/datalakepipeline/*.go'
encryption:
- 'internal/service/encryptionatrest/*.go'
- 'internal/service/encryptionatrestprivateendpoint/*.go'
Expand Down Expand Up @@ -496,28 +494,6 @@ jobs:
./internal/service/team
./internal/service/thirdpartyintegration
run: make testacc

data_lake:
needs: [ change-detection, get-provider-version ]
if: ${{ needs.change-detection.outputs.data_lake == 'true' || inputs.test_group == 'data_lake' }}
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ inputs.ref || github.ref }}
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version-file: 'go.mod'
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
with:
terraform_version: ${{ inputs.terraform_version }}
terraform_wrapper: false
- name: Acceptance Tests
env:
MONGODB_ATLAS_LAST_VERSION: ${{ needs.get-provider-version.outputs.provider_version }}
ACCTEST_PACKAGES: ./internal/service/datalakepipeline
run: make testacc

encryption:
needs: [ change-detection, get-provider-version ]
Expand Down

0 comments on commit 7425b8d

Please sign in to comment.