Skip to content

Commit

Permalink
feat: added env.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocastellano committed Dec 2, 2024
1 parent 7ef6d88 commit 44a9208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
REDIS_PORT: ${{ job.services.redis.ports['6379'] }}

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

0 comments on commit 44a9208

Please sign in to comment.