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 19fd137 commit b67c842Copy full SHA for b67c842
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
env:
51
HISTORY_DB_ADDRESS: "localhost"
52
run: |
53
- docker run -d -p 27017:27017 mongo
+ docker run -d -p 27017:27017 mongo:5.0.12
54
./tests/start-test.sh
55
python3 -m pytest --cov-report=html --cov=history tests/
56
coverage run -m pytest tests && coverage xml
@@ -138,4 +138,4 @@ jobs:
138
publish_branch: gh-pages
139
publish_dir: ./build-docs #fix when use .github/workflows/scripts/doc_aglio_api.sh
140
keep_files: true
141
- allow_empty_commit: false
+ allow_empty_commit: false
0 commit comments