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

This commit is contained in:
2023-07-27 01:48:02 +02:00
parent 7ec00540f6
commit eaf83b4f67
+3 -1
View File
@@ -32,7 +32,9 @@ jobs:
echo ---------------------------------------------
echo "${{ toJSON(steps) }}"
echo ---------------------------------------------
ping mongodb -c 20
ping mongodb -c 1
echo ---------------------------------------------
ping busybox -c 1
- name: Install NodeJS
uses: actions/setup-node@v3
with: