Skip to content

Commit

Permalink
chore: fix browser issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eveeifyeve committed Apr 13, 2024
1 parent 1ec207e commit 1d36eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install Deps
run: bun install

- name: Install Browsers Required for tests.
run: bunx playwright install

- name: Check Quality
run: bunx @biomejs/biome check . && bunx stylelint 'src/styles/**/*.css' && bunx astro check

Expand Down

0 comments on commit 1d36eeb

Please sign in to comment.