Skip to content

Commit

Permalink
fix: start the frontend server
Browse files Browse the repository at this point in the history
  • Loading branch information
PapePathe committed Nov 5, 2023
1 parent 3f054a2 commit b3835bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: start frontend server
run: npm start
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
retention-days: 3

0 comments on commit b3835bc

Please sign in to comment.