Skip to content

Commit

Permalink
Organize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Feb 13, 2024
1 parent b326f71 commit ff06717
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ jobs:
wp_version: [ "latest" ]
multisite: [ false, true ]
name: WordPress ${{ matrix.wp_version }} @ PHP ${{ matrix.php }} (WP_MULTISITE=${{ matrix.multisite }})
uses: niden/actions-memcached@v7
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
command: "phpunit"
php: ${{ matrix.php }}
wordpress: ${{ matrix.wp_version }}
multisite: ${{ matrix.multisite }}

steps:
- name: Set up a Memcached server
uses: niden/actions-memcached@v7

- name: Tests
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
with:
command: "phpunit"
php: ${{ matrix.php }}
wordpress: ${{ matrix.wp_version }}
multisite: ${{ matrix.multisite }}

0 comments on commit ff06717

Please sign in to comment.