Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-py committed Oct 12, 2024
1 parent ed89010 commit 20505c7
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 2,223 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,21 @@ jobs:
working-directory: ./client
run: pwd

- name: Install Playwright Browsers
- name: Install Client
run: npm install

- name: Install dependencies
run: npm ci

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

- name: Run Playwright tests
run: npx playwright test

# - uses: actions/upload-artifact@v4
# if: ${{ !cancelled() }}
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 30
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 30
Loading

0 comments on commit 20505c7

Please sign in to comment.