Skip to content

Commit

Permalink
Add doctrine/dbal dependency and remove test execution step
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Mar 16, 2024
1 parent f9148e4 commit 2656c7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
- name: Create dotenv file
run: cp .env.example .env

- name: Execute tests
run: vendor/bin/pest

- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"spatie/laravel-package-tools": "^1.16.3"
},
"require-dev": {
"doctrine/dbal": "^3.5",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.6.0 || ^8.0",
"larastan/larastan": "^2.8.0",
Expand Down

0 comments on commit 2656c7a

Please sign in to comment.