Skip to content

Commit 6bb9b04

Browse files
author
Workflow Sync Bot
committed
PHP Workflow File Sync [Runner ID: 56]
1 parent a13df93 commit 6bb9b04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/php-test-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
wp-version: "5.8"
5959
coverage: "xdebug"
6060
env-file: ".github/.env.php-test-coverage"
61+
deploy-key: ${{ secrets.LLMS_DEPLOY_KEY }}
6162
secrets: ${{ toJSON( secrets ) }}
6263

6364
- name: Run Tests with Coverage & Upload Coverage Report

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
wp-version: ${{ matrix.WP }}
6868
llms-branch: ${{ matrix.LLMS }}
6969
env-file: ".github/.env.test-phpunit"
70+
deploy-key: ${{ secrets.LLMS_DEPLOY_KEY }}
7071
secrets: ${{ toJSON( secrets ) }}
7172

7273
- name: Run Tests
@@ -91,4 +92,4 @@ jobs:
9192
steps:
9293
- name: Check overall matrix status
9394
if: ${{ 'success' != needs.test.result }}
94-
run: exit 1
95+
run: exit 1

0 commit comments

Comments
 (0)