From fac4aa465f2cdfe592ce9c41d9095ae7919ebc47 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Mon, 17 Jul 2023 16:47:58 +0200 Subject: [PATCH] Update .gitea/workflows/services.yml --- .gitea/workflows/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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