Skip to content

Commit

Permalink
fixing laravel github test again2
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Feb 7, 2024
1 parent f49fd5d commit a554798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ ZARINPAL_MERCHANT='test'
PAY_GATWAY=zarinpal

THUMBNAIL_SIZE=600x600
XLANG=false
XLANG=true
XLANG_MAIN=en
XLANG_API_URL="http://5.255.98.77:3001"
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: PIC_SEED=0 php artisan migrate --seed
run: PIC_SEED=0 php artisan migrate --seed
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit a554798

Please sign in to comment.