Skip to content

Commit

Permalink
don't run test in the install step
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 17, 2025
1 parent 6407bd5 commit aaa7694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
run: |
composer install
chmod +x bin/*.sh
bash ./bin/phpunit-test.sh
- name: Test
run: composer test
run: bash ./bin/phpunit-test.sh

0 comments on commit aaa7694

Please sign in to comment.