Skip to content

Commit

Permalink
fix test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Jan 20, 2024
1 parent 7af7020 commit 668a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo sh -c "echo extension=swoole > /etc/php/${{ matrix.php-version }}/cli/conf.d/swoole.ini"
php --ri swoole
- name: Setup Packages
run: composer update -o --no-scripts
run: composer install -o --no-scripts
- name: Run Test Cases
run: |
vendor/bin/php-cs-fixer fix --dry-run # cs-fixer 格式化代码
Expand Down

0 comments on commit 668a219

Please sign in to comment.