We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffed0a7 commit 2b0eaedCopy full SHA for 2b0eaed
1 file changed
.github/workflows/run-python-tests.yml
@@ -38,9 +38,6 @@ jobs:
38
- name: Download sample data
39
run: curl https://atlas-education.s3.amazonaws.com/sampledata.archive -o sampledata.archive
40
41
- - name: Add sample data to database
42
- run: mongorestore --archive=sampledata.archive --port=27017
43
-
44
- name: Setup Database (Data & Indexes)
45
run: |
46
mongorestore --archive=sampledata.archive --port=27017
0 commit comments