From 43f7e79c50c8eafaa02bea051c0d0eae9035ea80 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 24 Jul 2024 10:39:58 -0700 Subject: [PATCH] ci: update command playwright --- .github/workflows/npm-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-tests.yml b/.github/workflows/npm-tests.yml index f1815b5..e83c9c6 100644 --- a/.github/workflows/npm-tests.yml +++ b/.github/workflows/npm-tests.yml @@ -89,7 +89,7 @@ jobs: 🧪 Run Test id: task_test_run run: | - xvfb-run --auto-servernum npx playwright test + xvfb-run --auto-servernum DEBUG=pw:browser npx playwright test # --------------------------------------------------------------------------------------- # Job > Upload Report