Skip to content

Commit ca96282

Browse files
author
Marick van Tuil
committed
Add some contributing info
1 parent 37e4634 commit ca96282

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CI_CLOUD_TASKS_PROJECT_ID=
66
CI_CLOUD_TASKS_QUEUE=
77
CI_CLOUD_TASKS_LOCATION=
88
CI_CLOUD_TASKS_SERVICE_ACCOUNT_EMAIL=
9-
CI_SERVICE_ACCOUNT_JSON_KEY_PATH=
9+
CI_SERVICE_ACCOUNT_JSON_KEY_PATH=./tests/Support/gcloud-key-valid.json

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,13 @@ Read [UPGRADING.MD](UPGRADING.md) on how to update versions.
202202
#### HttpRequest.url must start with 'https://'
203203

204204
This can happen when your application runs behind a reverse proxy. To fix this, add the application domain to Laravel's [trusted proxies](https://laravel.com/docs/11.x/requests#trusting-all-proxies). You may need to add the wildcard `*` as trusted proxy.
205+
206+
### Contributing
207+
208+
You can use the services defined in `docker-compose.yml` to start running the package.
209+
210+
Inside the container, run `composer install`.
211+
212+
Set up the environment: `cp .env.example .env`
213+
214+
Some tests hit the Cloud Tasks API and need a project and key to be able to hit it. See the variables in `.env`

0 commit comments

Comments
 (0)