Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dotani1111 committed Nov 13, 2024
1 parent 92b1527 commit 62bfae7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
echo "session.save_path=$PWD/var/sessions/test" > php.ini
echo "memory_limit=512M" >> php.ini
php -c php.ini -dpcov.enabled=1 vendor/bin/phpunit --exclude-group cache-clear,cache-clear-install,update-schema-doctrine --coverage-clover=coverage1.xml
- name: Upload report
if: success()
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vaddy-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: nanasess/setup-php@master
with:
php-version: '8.3'

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vaddy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: nanasess/setup-php@master
with:
php-version: '8.3'

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vaddy/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
uses: nanasess/setup-php@master
with:
php-version: '8.3'

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master

Expand Down

0 comments on commit 62bfae7

Please sign in to comment.