Skip to content

Commit

Permalink
Focus on 1 test only
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Aug 8, 2024
1 parent dfae1bc commit 881e0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
if: ${{ matrix.drupal-core != '10.1.x' || matrix.php-version != '8.1' }}
run: |
cd drupal
vendor/bin/phpunit -c core --verbose --color --group apigee_edge --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_edge
vendor/bin/phpunit -c core --verbose --color --group apigee_edge --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_edge/tests/src/FunctionalJavascript/Form/AuthenticationFormJsTest.php
- name: "Run PHPUnit tests with Code Coverage"
if: ${{ matrix.drupal-core == '10.1.x' && matrix.php-version == '8.1' }}
Expand Down

0 comments on commit 881e0c4

Please sign in to comment.