We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5a8b8 commit 43d80f5Copy full SHA for 43d80f5
1 file changed
.github/workflows/run-python-tests.yml
@@ -107,15 +107,13 @@ jobs:
107
working-directory: mflix/server/python-fastapi
108
run: pytest -m unit --verbose --tb=short --junit-xml=test-results-unit.xml
109
env:
110
- MONGO_URI: mongodb://localhost:27017
111
- MONGO_DB: sample_mflix
+ MONGODB_URI: mongodb://localhost:27017
112
113
- name: Run integration tests
114
115
run: pytest -m integration --verbose --tb=short --junit-xml=test-results-integration.xml
116
117
- MONGO_URI: mongodb://localhost:27017/?directConnection=true
118
+ MONGODB_URI: mongodb://localhost:27017/?directConnection=true
119
120
- name: Upload test results
121
uses: actions/upload-artifact@v4
0 commit comments