Skip to content

Commit

Permalink
first commit 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Nov 4, 2024
1 parent 14e692a commit 36d19b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/pest --parallel
run: vendor/bin/pest
1 change: 0 additions & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

use TomatoPHP\FilamentMeta\Tests\TestCase;

uses(TestCase::class)->in(__DIR__);

0 comments on commit 36d19b7

Please sign in to comment.