From f5c7ceead2ad913b7d299ff7f84a0113e8b70fd6 Mon Sep 17 00:00:00 2001 From: weli Date: Sun, 3 May 2026 10:53:38 +0800 Subject: [PATCH] test minimal workflow --- .gitea/workflows/playwright-music-room.yml | 24 ++++++---------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/playwright-music-room.yml b/.gitea/workflows/playwright-music-room.yml index ee5c791..b78027e 100644 --- a/.gitea/workflows/playwright-music-room.yml +++ b/.gitea/workflows/playwright-music-room.yml @@ -1,4 +1,4 @@ -name: music-room Playwright +name: Test CI on: push: @@ -6,22 +6,10 @@ on: workflow_dispatch: jobs: - playwright: + test: runs-on: ubuntu-latest - timeout-minutes: 45 + timeout-minutes: 5 steps: - - name: Checkout repo - run: | - git clone http://127.0.0.1:3006/weli/huike-e2e-moicen.git /work - cd /work - - - name: Install deps & Chromium - run: | - cd /work - npm ci - npx playwright install chromium --with-deps - - - name: Run tests - run: | - cd /work - npx playwright test + - run: echo "hello world" + - run: uname -a + - run: id