Skip to content

Commit

Permalink
point to app, not complete-application
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Dec 23, 2024
1 parent a960ac0 commit 9c4ba75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ jobs:
npm install
npx playwright install-deps
npx playwright install
working-directory: ./complete-application
working-directory: ./app
- name: Start app
run: npm run dev & # & in background
working-directory: ./complete-application
working-directory: ./app

- name: Run Playwright tests
run: npx playwright test --project=chromium
working-directory: ./complete-application
working-directory: ./app

# only for debugging playwright errors
# - uses: actions/upload-artifact@v4
# if: always()
# with:
# name: playwright-screenshot
# path: complete-application/screenshot.png
# path: app/screenshot.png
# retention-days: 2
# Done!

0 comments on commit 9c4ba75

Please sign in to comment.