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

This commit is contained in:
2023-07-17 19:59:34 +02:00
parent 49c211d372
commit 2d199bb143
+4 -2
View File
@@ -25,11 +25,13 @@ jobs:
mongo-express:
image: mongo-express:latest
ports:
- 7777:7777
- 7777:8081
env:
ME_CONFIG_BASICAUTH_USERNAME: basic
ME_CONFIG_BASICAUTH_PASSWORD: supersecretpassword
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
ME_CONFIG_MONGODB_URL: mongodb://root:supersecretpassword@mongodb:27017/
ME_CONFIG_MONGODB_SERVER: mongodb
steps:
- name: Install NodeJS
uses: actions/setup-node@v3