Update .gitea/workflows/services.yml
Test Workflow run in Container / test (push) Successful in 12s
Test Gitea Actions with Service Containers / build (push) Failing after 12m22s

This commit is contained in:
2023-07-17 18:50:01 +02:00
parent ecb3eebd1b
commit f16a32a0ae
+8
View File
@@ -22,6 +22,14 @@ jobs:
env: env:
MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
mongo-express:
image: mongo-express
ports:
- 27017:27017
env:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
ME_CONFIG_MONGODB_URL: mongodb://root:supersecretpassword@mongodb:27017/
steps: steps:
- name: Install NodeJS - name: Install NodeJS
uses: actions/setup-node@v3 uses: actions/setup-node@v3