Skip to content

Commit

Permalink
Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrenkoAnton committed Feb 10, 2024
1 parent 31ccd1a commit 1c79676
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:

- name: Setup redis
uses: chenjuneking/redis-setup-action@v1
with:
containerName: wic_api_redis
hostPort: 6379
containerPort: 6379
password: password
with:
containerName: wic_api_redis
hostPort: 6379
containerPort: 6379
password: password

- name: Run tests with coverage results
run: vendor/bin/phpunit --coverage-clover ./tests/_output/clover.xml

0 comments on commit 1c79676

Please sign in to comment.