Skip to content

Commit

Permalink
chore: use sqlite for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jan 2, 2025
1 parent c9d2550 commit 0d670a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php: [ '8.2', '8.3' ]
uses: tastyigniter/workflows/.github/workflows/php-tests.yml@main
uses: tastyigniter/workflows/.github/workflows/php-tests-lite.yml@main
with:
php-version: ${{ matrix.target }}
composer: update --no-interaction --no-progress
2 changes: 1 addition & 1 deletion tests/Models/MenuItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
$summary = $menuItem->getSummaryAttribute(null);

expect($summary)->toBe('Parent: Parent Item Type: url');
})->only();
});

it('configures menu item model correctly', function() {
$menuItem = new MenuItem;
Expand Down

0 comments on commit 0d670a2

Please sign in to comment.