Skip to content

Commit effa8e2

Browse files
ci: use named mongo container (#79)
1 parent dda0ef9 commit effa8e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,13 @@ jobs:
7474
with:
7575
node-version: 24
7676

77+
- name: Remove existing MongoDB container
78+
run: docker rm -f mongodb-actions || true
79+
7780
- uses: supercharge/mongodb-github-action@1.12.1
7881
with:
7982
mongodb-version: 7
83+
mongodb-container-name: mongodb-actions
8084

8185
- run: |
8286
corepack enable

0 commit comments

Comments
 (0)