Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:
- name: Install JavaScript dependencies
working-directory: ./client
run: npm ci

- name: Install Playwright
working-directory: ./client
run: npx playwright init
Comment thread
GeekTrainer marked this conversation as resolved.
Outdated