We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b2396 commit 4037c8eCopy full SHA for 4037c8e
.github/workflows/acceptance-tests-runner.yml
@@ -412,7 +412,7 @@ jobs:
412
run: make testmact
413
- name: Acceptance Tests
414
env:
415
- MONGODB_ATLAS_LAST_VERSION: ${{ needs.get-provider-version.outputs.provider_version }}
+ MONGODB_ATLAS_LAST_VERSION: '1.28.0' # Fix mig test version until CLOUDP-296406 is resolved
416
HTTP_MOCKER_CAPTURE: 'true'
417
ACCTEST_REGEX_RUN: ${{ inputs.reduced_tests && '^TestAccMockable' || env.ACCTEST_REGEX_RUN }}
418
ACCTEST_PACKAGES: |
0 commit comments