From 81f38c2e7c50566ee0eba2017080749858ce832a Mon Sep 17 00:00:00 2001 From: hasan-py Date: Sat, 12 Oct 2024 12:23:02 +0600 Subject: [PATCH] updated directory --- .github/workflows/playwright-test.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index 8ddd44b..a136997 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -16,20 +16,16 @@ jobs: with: node-version: lts/* - - name: Navigate to client folder - working-directory: ./client - run: pwd - - - name: Install Client - run: npm install - - name: Install dependencies + working-directory: ./client run: npm ci - name: Install Playwright Browsers + working-directory: ./client run: npx playwright install --with-deps - name: Run Playwright tests + working-directory: ./client run: npx playwright test - uses: actions/upload-artifact@v4