Skip to content

Commit

Permalink
chore: Update README with a note on running specific test while rebui…
Browse files Browse the repository at this point in the history
…lding containers. Good for lazy people
  • Loading branch information
janjakubnanista committed Dec 13, 2023
1 parent fe7dd54 commit 93b866a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ DOCKER_COMPOSE_RUN_TESTS_TURBO_ARGS=--filter=ua-utils-evm-hardhat-test yarn test
DOCKER_COMPOSE_RUN_TESTS_ARGS=--build yarn test
```

You also combine the environment variables:

```bash
DOCKER_COMPOSE_RUN_TESTS_TURBO_ARGS=--filter=ua-utils-evm-hardhat-test DOCKER_COMPOSE_RUN_TESTS_ARGS=--build yarn test
```

#### Container logs

To monitor the container logs you'll need to run:
Expand Down

0 comments on commit 93b866a

Please sign in to comment.