Skip to content

Commit e0c4c92

Browse files
committed
Update test workflow and clean up .gitignore
1 parent 00a1269 commit e0c4c92

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install dependencies
4141
run: |
42-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
42+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
4343
composer update --prefer-dist --no-interaction
4444
4545
- name: Execute tests

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
composer.lock
33
/vendor
44

5-
# Frontend Assets
6-
/node_modules
7-
8-
# Logs
9-
npm-debug.log
10-
yarn-error.log
11-
125
# Caches
136
.phpunit.cache
147
.phpunit.result.cache
@@ -23,10 +16,3 @@ _ide_helper_models.php
2316
/.idea
2417
/.fleet
2518
/.vscode
26-
27-
# Misc
28-
phpunit.xml
29-
phpstan.neon
30-
testbench.yaml
31-
/docs
32-
/coverage

0 commit comments

Comments
 (0)