Skip to content

Commit ddd8097

Browse files
committed
Improve biome checks during CI
1 parent 26fd161 commit ddd8097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
node-version: 23
6262
cache: pnpm
6363
- run: pnpm install
64-
- run: pnpm run check:ci --reporter=github --changed --since=${{ github.base_ref }} .
64+
- run: pnpm run check:ci --reporter=github --since=${{ github.base_ref }} .
6565
- name: Ensure the directory for test uploads
6666
run: mkdir -p tmp/test_storage
6767
- name: Run the database migrations

0 commit comments

Comments
 (0)