Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
💚 🚧 Hopefully fix the GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Oct 26, 2023
1 parent a6c0154 commit 049d94b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
branches:
- '**'

jobs:
test:
timeout-minutes: 60
Expand All @@ -15,22 +14,15 @@ jobs:
PUBLIC_API_URL: https://dlool-backend.onrender.com
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'

node-version: 18
- name: Install dependencies
run: pnpm install --frozen-lockfile

run: pnpm install
- name: Install Playwright Browsers
run: pnpx playwright install

run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpx playwright test
run: pnpm exec playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ vite.config.ts.timestamp-*
/test-results/
/playwright-report/
/playwright/.cache/
/test-results/
/playwright-report/
/playwright/.cache/
14 changes: 2 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 049d94b

Please sign in to comment.