We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef6d88 commit 44a9208Copy full SHA for 44a9208
.github/workflows/backend-tests.yml
@@ -75,7 +75,7 @@ jobs:
75
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
76
77
- name: Run PHP Unit Tests
78
- run: vendor/bin/phpunit
+ run: vendor/bin/pest
79
env:
80
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
81
0 commit comments