Add default directory to unit tests
This commit is contained in:
parent
2193082c01
commit
d82b422f37
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue