Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 12, 2024
1 parent b8d81ce commit 50d5d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
make test
- name: Start local Atlas
working-directory: .
run: bash scripts/start_local_atlas.sh

- name: Get MongoDB URI
working-directory: .
run: cat .local_atlas_uri >> $GITHUB_ENV

- name: Run integration tests
Expand Down
3 changes: 3 additions & 0 deletions scripts/start_local_atlas.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
set -eu

echo "Starting the container"

IMAGE=artifactory.corp.mongodb.com/dockerhub/mongodb/mongodb-atlas-local:latest
Expand Down

0 comments on commit 50d5d7d

Please sign in to comment.