Skip to content

Commit

Permalink
Add Playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Mar 31, 2024
1 parent cb4a7b5 commit 56d7f76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
with:
version: 'latest'

- name: Install Playwright
run: npx playwright install --with-deps chromium
shell: sh

- name: Check formatting
run: cargo fmt --all --check

Expand All @@ -48,3 +52,10 @@ jobs:

- name: Test
run: cargo test --all-features

- name: Upload visual snapshot diffs
uses: actions/upload-artifact@v4
if: always()
with:
name: visual-snapshots-diff
path: target/tmp/floating-ui/packages/dom/test-results

0 comments on commit 56d7f76

Please sign in to comment.