File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ CI_CLOUD_TASKS_PROJECT_ID=
6
6
CI_CLOUD_TASKS_QUEUE =
7
7
CI_CLOUD_TASKS_LOCATION =
8
8
CI_CLOUD_TASKS_SERVICE_ACCOUNT_EMAIL =
9
- CI_SERVICE_ACCOUNT_JSON_KEY =
9
+ CI_SERVICE_ACCOUNT_JSON_KEY_PATH =
Original file line number Diff line number Diff line change @@ -116,4 +116,5 @@ jobs:
116
116
CI_CLOUD_TASKS_CUSTOM_QUEUE : ${{ matrix.payload.queue }}
117
117
run : |
118
118
echo $CI_SERVICE_ACCOUNT_JSON_KEY > tests/Support/gcloud-key-valid.json
119
+ touch .env
119
120
vendor/bin/phpunit
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
- .env
8
8
volumes :
9
9
- .:/var/www/html
10
- - ${CI_SERVICE_ACCOUNT_JSON_KEY }:/var/www/html/tests/Support/gcloud-key-valid.json
10
+ - ${CI_SERVICE_ACCOUNT_JSON_KEY_PATH-./tests/Support/gcloud-key-valid.json }:/var/www/html/tests/Support/gcloud-key-valid.json
11
11
mysql :
12
12
image : mysql:8
13
13
ports :
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ protected function setUp(): void
24
24
'CI_CLOUD_TASKS_QUEUE ' ,
25
25
'CI_CLOUD_TASKS_LOCATION ' ,
26
26
'CI_CLOUD_TASKS_SERVICE_ACCOUNT_EMAIL ' ,
27
- 'CI_SERVICE_ACCOUNT_JSON_KEY ' ,
28
27
];
29
28
30
29
foreach ($ requiredEnvs as $ env ) {
You can’t perform that action at this time.
0 commit comments