Skip to content

Commit 44a9208

Browse files
feat: added env.ci
1 parent 7ef6d88 commit 44a9208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}
7676

7777
- name: Run PHP Unit Tests
78-
run: vendor/bin/phpunit
78+
run: vendor/bin/pest
7979
env:
8080
DB_PORT: ${{ job.services.mysql.ports['3306'] }}
8181
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}

0 commit comments

Comments
 (0)