Skip to content

Commit e044eb7

Browse files
authored
💚 (merge-queues) [NO-ISSUE]: Remove unused arguments (#490)
2 parents ef95d96 + 36bd1ad commit e044eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/merge_queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Tests
2626
id: unit-tests
2727
if: ${{ steps.health-check.conclusion == 'success' }}
28-
run: pnpm test -- --max-warnings=0
28+
run: pnpm test

0 commit comments

Comments
 (0)