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

This commit is contained in:
2023-07-27 01:31:54 +02:00
parent a8c9edab78
commit 09c8d20a3b
+2 -10
View File
@@ -20,16 +20,6 @@ jobs:
env: env:
MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
mongoexpress:
image: mongo-express:latest
ports:
- 7778: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_SERVER: mongodb
steps: steps:
- name: Print Debug - name: Print Debug
run: | run: |
@@ -41,6 +31,8 @@ jobs:
echo "${{ toJSON(runner) }}" echo "${{ toJSON(runner) }}"
echo --------------------------------------------- echo ---------------------------------------------
echo "${{ toJSON(steps) }}" echo "${{ toJSON(steps) }}"
echo ---------------------------------------------
ping mongodb -c 20
- name: Install NodeJS - name: Install NodeJS
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with: