We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13df93 commit 6bb9b04Copy full SHA for 6bb9b04
.github/workflows/php-test-coverage.yml
@@ -58,6 +58,7 @@ jobs:
58
wp-version: "5.8"
59
coverage: "xdebug"
60
env-file: ".github/.env.php-test-coverage"
61
+ deploy-key: ${{ secrets.LLMS_DEPLOY_KEY }}
62
secrets: ${{ toJSON( secrets ) }}
63
64
- name: Run Tests with Coverage & Upload Coverage Report
.github/workflows/test-phpunit.yml
@@ -67,6 +67,7 @@ jobs:
67
wp-version: ${{ matrix.WP }}
68
llms-branch: ${{ matrix.LLMS }}
69
env-file: ".github/.env.test-phpunit"
70
71
72
73
- name: Run Tests
@@ -91,4 +92,4 @@ jobs:
91
92
steps:
93
- name: Check overall matrix status
94
if: ${{ 'success' != needs.test.result }}
- run: exit 1
95
+ run: exit 1
0 commit comments