From d0c44667825cd59aa1cb1c4e7ead410af23c32c6 Mon Sep 17 00:00:00 2001 From: Xon <635541+Xon@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:21:55 +0800 Subject: [PATCH] Test github action e2e tests --- .github/workflows/browsers.yml | 3 ++- scripts/server.mjs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browsers.yml b/.github/workflows/browsers.yml index 0fb6c256..e5bae430 100644 --- a/.github/workflows/browsers.yml +++ b/.github/workflows/browsers.yml @@ -10,7 +10,8 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + #os: [windows-latest, macos-latest, ubuntu-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/scripts/server.mjs b/scripts/server.mjs index b60f78fd..92705848 100644 --- a/scripts/server.mjs +++ b/scripts/server.mjs @@ -12,6 +12,6 @@ export default function server() { dirs: ['public'], host: WATCH_HOST, port: WATCH_PORT, - silent: process.env.CI || false + // silent: process.env.CI || false }); }; \ No newline at end of file