Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-py committed Oct 11, 2024
1 parent e133b4c commit 038947c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
- master

jobs:
test:
playwright:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -19,9 +20,7 @@ jobs:

- name: Navigate to client folder
working-directory: ./client

- name: Install dependencies
run: npm ci
run: npm install

- name: Install Playwright Browsers
run: npx playwright install --with-deps
Expand Down

0 comments on commit 038947c

Please sign in to comment.