diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4704ce9..2a820614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: cypress-io/github-action@v5 with: install: false - start: pnpm prod-start + start: pnpm prod-start & node cypress/minecraft-server.mjs - uses: actions/upload-artifact@v3 if: failure() with: diff --git a/minecraft-server.mjs b/cypress/minecraft-server.mjs similarity index 100% rename from minecraft-server.mjs rename to cypress/minecraft-server.mjs