Add default directory to unit tests

This commit is contained in:
roykho 2021-10-12 20:51:07 -07:00 committed by Paul Sealock
parent 2193082c01
commit d82b422f37
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
name: Run unit tests on PR
on:
pull_request
defaults:
run:
shell: bash
working-directory: plugins/woocommerce
jobs:
test:
name: PHP ${{ matrix.php }} WP ${{ matrix.wp }}