Skip to content

Commit

Permalink
ci: fix build 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Jan 13, 2025
1 parent 79f3032 commit 8987699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: check-changes
run: |
# Install only the minimal dependencies needed for turbo
pnpm install turbo --no-frozen-lockfile
pnpm add -g turbo
# Run dry-run build to check for changes
if pnpm turbo build --filter=server --dry-run > /dev/null 2>&1; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
id: check-changes
run: |
# Install only the minimal dependencies needed for turbo
pnpm install turbo --no-frozen-lockfile
pnpm add -g turbo
# Run dry-run build to check for changes
if pnpm turbo build --filter=client --dry-run > /dev/null 2>&1; then
Expand Down

0 comments on commit 8987699

Please sign in to comment.