Skip to content

Commit

Permalink
remove execute test phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
cijagani committed Aug 23, 2023
1 parent a6fab17 commit fdc1315
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

- name: Execute tests
run: vendor/bin/phpunit
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction

0 comments on commit fdc1315

Please sign in to comment.