Browse Source

test(e2e,rtc): fix yml

rcmerci 6 months ago
parent
commit
95e5a1feb8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/clj-rtc-e2e.yml

+ 2 - 2
.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() }}