Skip to content

Commit

Permalink
chore(react-i18n): use Vitest for testing due to CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Jan 24, 2025
1 parent 42ae234 commit 4801749
Show file tree
Hide file tree
Showing 14 changed files with 1,063 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ inputs:

runs:
using: composite
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- 'packages/**/README.md'
- 'scripts/generator/templates/**/*.md'
pull_request_target:
types: [opened, synchronize, reopened]
types: [ opened, synchronize, reopened ]
paths-ignore:
- 'hilla-logo.svg'
- 'README.md'
Expand All @@ -34,6 +34,7 @@ jobs:
timeout-minutes: 5
env:
NX_SKIP_NX_CACHE: true
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

steps:
- uses: actions-cool/check-user-permission@main
Expand Down
Loading

0 comments on commit 4801749

Please sign in to comment.