Skip to content

Commit

Permalink
Update the playwright browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
tjovcheska committed Jan 30, 2025
1 parent 8cc1491 commit d23b685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

# - name: Install Playwright browsers
# run: pnpm playwright install --with-deps
- name: Install Playwright browsers
run: pnpm exec playwright install

- name: Install virtual display
run: |
Expand Down
2 changes: 1 addition & 1 deletion apps/widget-builder/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function Home() {
},
}}
>
Book a Demo
Book a Demo Teodora
</BookDemoBtn>
</Stack>
</Box>
Expand Down

0 comments on commit d23b685

Please sign in to comment.