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
|
name: Run unit tests on PR
|
||||||
on:
|
on:
|
||||||
pull_request
|
pull_request
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
working-directory: plugins/woocommerce
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: PHP ${{ matrix.php }} WP ${{ matrix.wp }}
|
name: PHP ${{ matrix.php }} WP ${{ matrix.wp }}
|
||||||
|
|
Loading…
Reference in New Issue