diff --git a/.gitea/workflows/services.yml b/.gitea/workflows/services.yml index b5e9472..5a7dc20 100644 --- a/.gitea/workflows/services.yml +++ b/.gitea/workflows/services.yml @@ -28,6 +28,6 @@ jobs: - name: Install dependencies run: npm ci - name: Run server - run: npm start & npx wait-on http://127.0.0.1:$WEB_PORT + run: npm start & npx wait-on http://127.0.0.1:$PORT - name: Run tests run: npm test