Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Feb 27, 2024
1 parent bb6ae82 commit 762add0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-suggest

- name: Run initial testing Docker container
- name: Execute tests
run: |
docker run --name docker_php_initial_container -d alpine:3.18
docker run --name docker_php_initial_container_2 -d node:20-alpine
- name: Execute tests
run: vendor/bin/pest -c phpunit.dist.xml --coverage-clover clover.xml
docker ps -a
vendor/bin/pest -c phpunit.dist.xml --coverage-clover clover.xml
- name: Upload coverage reports to Codecov
if: matrix.php == '8.3'
Expand Down

0 comments on commit 762add0

Please sign in to comment.