Skip to content

Commit 4037c8e

Browse files
authored
fix version (#3167)
1 parent 92b2396 commit 4037c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-tests-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
run: make testmact
413413
- name: Acceptance Tests
414414
env:
415-
MONGODB_ATLAS_LAST_VERSION: ${{ needs.get-provider-version.outputs.provider_version }}
415+
MONGODB_ATLAS_LAST_VERSION: '1.28.0' # Fix mig test version until CLOUDP-296406 is resolved
416416
HTTP_MOCKER_CAPTURE: 'true'
417417
ACCTEST_REGEX_RUN: ${{ inputs.reduced_tests && '^TestAccMockable' || env.ACCTEST_REGEX_RUN }}
418418
ACCTEST_PACKAGES: |

0 commit comments

Comments
 (0)