Skip to content

Commit 23840b8

Browse files
fix: update PHP SDK workflow (#683)
* fix: specify phpunit path in workflow Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com> * fix: update commit author to Lingo.dev and fix phpunit path Co-Authored-By: Max Prilutskiy <maks.prilutskiy@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent d6d0872 commit 23840b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-php-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Run tests
3131
working-directory: ./php/sdk
32-
run: composer test
32+
run: vendor/bin/phpunit tests/
3333

3434
- name: Check code style
3535
working-directory: ./php/sdk
@@ -82,8 +82,8 @@ jobs:
8282
with:
8383
commit_message: "chore: bump PHP SDK version to ${{ steps.bump_version.outputs.new_version }}"
8484
file_pattern: php/sdk/composer.json
85-
commit_user_name: "Devin AI"
86-
commit_user_email: "devin-ai-integration[bot]@users.noreply.github.com"
85+
commit_user_name: "Lingo.dev"
86+
commit_user_email: "hi@lingo.dev"
8787
push_options: "--force"
8888

8989
- name: Publish to Packagist

0 commit comments

Comments
 (0)