File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Install WordPress
4747 run : .github/workflows/install-wp.sh
4848 - name : Run unit tests
49- run : composer tests- unit
49+ run : composer tests: unit
5050 - name : Run integration tests
5151 env :
5252 AWS_TEST_ACCESS_KEY_ID : ${{ secrets.AWS_TEST_ACCESS_KEY_ID }}
5353 AWS_TEST_SECRET_ACCESS_KEY : ${{ secrets.AWS_TEST_SECRET_ACCESS_KEY }}
54- run : composer tests- integration
54+ run : composer tests: integration
Original file line number Diff line number Diff line change 5757 "scripts" : {
5858 "php-cs-fixer" : " php-cs-fixer fix --dry-run --allow-risky=yes" ,
5959 "phpstan" : " phpstan analyze --ansi" ,
60- "tests- integration" : " phpunit --testsuite integration" ,
61- "tests- unit" : " phpunit --testsuite unit"
60+ "tests: integration" : " phpunit --testsuite integration" ,
61+ "tests: unit" : " phpunit --testsuite unit"
6262 }
6363}
You can’t perform that action at this time.
0 commit comments