Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(docker): update steps for running tests with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 18, 2024
1 parent 5fff175 commit 15a9c09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ yarn test:integration:local

or entirely via docker compose:

1. Update the `.env` file to (or remove it entirely):

```shell
GATEWAY_HOST=arlocal
GATEWAY_PORT=1984
GATEWAY_PROTOCOL=http
```

2. Spin up docker containers and run the integration tests:

```shell
yarn test:docker
```
Expand Down

0 comments on commit 15a9c09

Please sign in to comment.