Skip to content

Commit

Permalink
ci: update test-e2e job in github workflo
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow committed Jan 15, 2024
1 parent 6927dfb commit f9af64e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/frontend-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,20 @@ on:
paths:
- 'apps/frontend/**'
jobs:
test:
test-e2e:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Setup
uses: ./tooling/github/setup
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
run: turbo test:e2e -F frontend
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
path: apps/frontend/playwright-report
retention-days: 30

0 comments on commit f9af64e

Please sign in to comment.