From 5a423c0faafea31b59e2bd3028ce8dafac0680a3 Mon Sep 17 00:00:00 2001 From: weli Date: Sun, 3 May 2026 10:53:05 +0800 Subject: [PATCH] simplify workflow - remove variables --- .gitea/workflows/playwright-music-room.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/playwright-music-room.yml b/.gitea/workflows/playwright-music-room.yml index a790c84..ee5c791 100644 --- a/.gitea/workflows/playwright-music-room.yml +++ b/.gitea/workflows/playwright-music-room.yml @@ -12,10 +12,8 @@ jobs: steps: - name: Checkout repo run: | - mkdir -p /work + git clone http://127.0.0.1:3006/weli/huike-e2e-moicen.git /work cd /work - git clone http://127.0.0.1:3006/weli/huike-e2e-moicen.git . - git checkout ${{ github.sha }} - name: Install deps & Chromium run: | @@ -23,9 +21,7 @@ jobs: npm ci npx playwright install chromium --with-deps - - name: Playwright tests - env: - MOICEN_E2E_UNIONID: ${{ secrets.MOICEN_E2E_UNIONID }} + - name: Run tests run: | cd /work npx playwright test