Skip to content

Commit b67c842

Browse files
Update main.yml
1 parent 19fd137 commit b67c842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
HISTORY_DB_ADDRESS: "localhost"
5252
run: |
53-
docker run -d -p 27017:27017 mongo
53+
docker run -d -p 27017:27017 mongo:5.0.12
5454
./tests/start-test.sh
5555
python3 -m pytest --cov-report=html --cov=history tests/
5656
coverage run -m pytest tests && coverage xml
@@ -138,4 +138,4 @@ jobs:
138138
publish_branch: gh-pages
139139
publish_dir: ./build-docs #fix when use .github/workflows/scripts/doc_aglio_api.sh
140140
keep_files: true
141-
allow_empty_commit: false
141+
allow_empty_commit: false

0 commit comments

Comments
 (0)