From 8a364b29c24d6be18e7200c8e7e285155f54193e Mon Sep 17 00:00:00 2001 From: SeieunYoo Date: Fri, 28 Jun 2024 17:32:39 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20playwright=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/a11y-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/a11y-test.yml b/.github/workflows/a11y-test.yml index 4418afef..7dedd77b 100644 --- a/.github/workflows/a11y-test.yml +++ b/.github/workflows/a11y-test.yml @@ -39,7 +39,7 @@ jobs: working-directory: packages/wow-ui - name: Install Playwright - run: pnpm dlx playwright install --with-deps + run: pnpm exec playwright install --with-deps working-directory: packages/wow-ui - name: Build Packages