Skip to content

Commit

Permalink
php build
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Nov 23, 2024
1 parent 476d30b commit f4d207b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@v4

- name: Install
run: composer install --no-progress
run: composer update --no-progress

- name: Test
working-directory: ${{github.workspace}}
working-directory: ${{github.workspace}}/php
run: phpunit .

0 comments on commit f4d207b

Please sign in to comment.