Skip to content

Commit

Permalink
fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
abourtnik committed Jan 17, 2025
1 parent a7e2d58 commit 0f39836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.testing
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_NAME=ClipZoneTest
APP_ENV=testing
APP_KEY=
APP_KEY=base64:QikAJAlo0evYLq2RYFxGv/PRrSIfJcNDj2qFiRp1oUs=
APP_DEBUG=true
APP_URL=http://localhost:8080
BCRYPT_ROUNDS=4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
php-version: '8.1'
- name: πŸ“¦ Install Composer Dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: πŸ— Generate Application Key
run: php artisan key:generate
- name: πŸ— Directory Permissions
run: chmod -R 777 storage bootstrap/cache
- name: πŸ— Execute tests (Unit and Feature tests) via PHPUnit
run: make test
run: php artisan test --env=testing --stop-on-failure
- name: πŸ— Execute PHP Stan
run: ./vendor/bin/phpstan analyse
deploy:
Expand Down

0 comments on commit 0f39836

Please sign in to comment.