From 95e5a1feb82cb2cfc294eff0d4f0df4c23e2f815 Mon Sep 17 00:00:00 2001 From: rcmerci Date: Sun, 25 May 2025 23:36:49 +0800 Subject: [PATCH] test(e2e,rtc): fix yml --- .github/workflows/clj-rtc-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clj-rtc-e2e.yml b/.github/workflows/clj-rtc-e2e.yml index dd0ec398ca..312fbd7af5 100644 --- a/.github/workflows/clj-rtc-e2e.yml +++ b/.github/workflows/clj-rtc-e2e.yml @@ -85,8 +85,8 @@ jobs: - name: Run e2e tests run: cd clj-e2e && timeout 30m bb run-rtc-extra-test - env: - # DEBUG: "pw:api" + # env: + # DEBUG: "pw:api" - name: Collect screenshots if: ${{ failure() }}