From 6a474fbd245ac637620a6cab1c31c2d3bfd9d667 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Sun, 17 Sep 2023 23:45:37 +0300 Subject: [PATCH] should fix ci --- .github/workflows/ci.yml | 2 +- minecraft-server.mjs => cypress/minecraft-server.mjs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename minecraft-server.mjs => cypress/minecraft-server.mjs (100%) 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