Skip to content

Commit

Permalink
chore: attempt to fix test failure [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Feb 5, 2025
1 parent 97fb37f commit 7d5dbd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ permissions:
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
jobs:
init:
name: Build Java and TypeScript for other tasks
runs-on: ubuntu-latest
timeout-minutes: 5
env:
NX_SKIP_NX_CACHE: true
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

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

0 comments on commit 7d5dbd8

Please sign in to comment.