Test cached results
This commit is contained in:
parent
fc705cff77
commit
7640715150
|
@ -75,7 +75,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pnpm nx build:feature-config woocommerce
|
pnpm nx build:feature-config woocommerce
|
||||||
|
|
||||||
- name: Add PHP8 Compatibility.
|
- name: Add PHP8 Compatibility. # Comment.
|
||||||
run: |
|
run: |
|
||||||
if [ "$(php -r "echo version_compare(PHP_VERSION,'8.0','>=');")" ]; then
|
if [ "$(php -r "echo version_compare(PHP_VERSION,'8.0','>=');")" ]; then
|
||||||
cd plugins/woocommerce
|
cd plugins/woocommerce
|
||||||
|
|
Loading…
Reference in New Issue