Skip to content

Commit cdff474

Browse files
committed
Configure tests
1 parent 531472b commit cdff474

File tree

7 files changed

+2176
-402
lines changed

7 files changed

+2176
-402
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
run: ./vendor/bin/phpstan analyse
3232
- name: Run Node Build
3333
run: npm run build
34+
- name: Run Tests
35+
run: php artisan test

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"laravel/sail": "^1.26",
2424
"mockery/mockery": "^1.6",
2525
"nunomaduro/collision": "^8.1",
26-
"phpunit/phpunit": "^11.0.1",
26+
"pestphp/pest": "^3.7",
2727
"spatie/laravel-ignition": "^2.4",
2828
"tightenco/duster": "^3.1"
2929
},

0 commit comments

Comments
 (0)