Skip to content

Commit

Permalink
GA test names got changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hokoo committed Oct 21, 2024
1 parent fc5be6e commit e652e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wp-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP WP Unit Tests
name: Unit Tests

env:
COMPOSER_VER: "2.7.9"
Expand All @@ -13,7 +13,7 @@ permissions: {}

jobs:
phpunit:
name: ${{ matrix.php-version }}
name: PHP Unit:: ${{ matrix.php-version }}
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: composer run phpunit

wp-unit:
name: ${{ matrix.php-version }}
name: WP Unit:: ${{ matrix.php-version }}
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit e652e12

Please sign in to comment.