Skip to content

Commit

Permalink
fix phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
miftahurrahmi committed Aug 28, 2024
1 parent 8290710 commit 458a8ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: git branch &&
cd laravel &&
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
composer update --no-interaction -W
composer update -W

# Laravel setup
- name: Laravel setup
Expand All @@ -59,7 +59,7 @@ jobs:

# Badaso Core Test PHPStan
- name: Badaso core test PHPStan
run: cd laravel &&
run: cd laravel &&
./vendor/bin/phpstan analyse -c vendor/badaso/core/phpstan.neon.dist


6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: git branch &&
cd laravel &&
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
composer update --no-interaction -W
composer update -W

# Mysql | Laravel setup
- name: Mysql | Laravel setup
Expand Down Expand Up @@ -130,8 +130,8 @@ jobs:
sed -i 's/DB_PASSWORD=/DB_PASSWORD=postgres/g' .env &&
sed -i 's/DB_HOST=127.0.0.1/DB_HOST=localhost/g' .env &&
sed -i 's/DB_USERNAME=root/DB_USERNAME=postgres/g' .env &&
sed -i 's/DB_PORT=3306/DB_PORT=5432/g' .env
sed -i 's/DB_PORT=3306/DB_PORT=5432/g' .env


# Pgsql | Laravel setup
- name: Pgsql | Laravel setup
Expand Down

0 comments on commit 458a8ab

Please sign in to comment.