Update .gitea/workflows/services.yml
Test Gitea Actions with Service Containers / build (push) Has been cancelled
Test Workflow run in Container / test (push) Successful in 7s

This commit is contained in:
2023-07-17 16:43:29 +02:00
parent c68b604daa
commit e51521680e
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
mongodb: mongodb:
image: mongodb image: mongo:latest
env: env:
MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword MONGO_INITDB_ROOT_PASSWORD: supersecretpassword