Skip to content

Commit

Permalink
updated directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-py committed Oct 12, 2024
1 parent 20505c7 commit 81f38c2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81f38c2

Please sign in to comment.