Skip to content

Commit

Permalink
test new entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
srgoogle23 committed Dec 28, 2024
1 parent 2023deb commit 2ac78f3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@ jobs:
file: docker-compose.yml
service: encurtador
command: composer test
entrypoint: >
/bin/sh -c "
ls &&
composer install &&
php bin/hyperf.php migrate &&
php bin/hyperf.php server:watch
"
entrypoint: /bin/sh -c "composer install && composer test"

0 comments on commit 2ac78f3

Please sign in to comment.