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

This commit is contained in:
2023-07-17 20:03:17 +02:00
parent 2d199bb143
commit 3e59f023a1
+5 -2
View File
@@ -17,8 +17,6 @@ jobs:
services:
mongodb:
image: mongo:latest
ports:
- 27017:27017
env:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
@@ -32,6 +30,11 @@ jobs:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
ME_CONFIG_MONGODB_SERVER: mongodb
mongodbtwo:
image: mongo:latest
env:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
steps:
- name: Install NodeJS
uses: actions/setup-node@v3