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

This commit is contained in:
2023-07-17 17:06:20 +02:00
parent b77264eae6
commit a376edc368
+2 -2
View File
@@ -21,12 +21,12 @@ jobs:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
steps:
- name: Get Code
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Get Code
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Run server