diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a54e748..617f761 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: npm ci - name: Run server - run: npm start & npx wait-on http://127.0.0.1:XYZ + run: npm start & npx wait-on http://127.0.0.1:3216 - name: Run tests run: npm test - name: Output information