Skip to content

Commit 7b742a4

Browse files
authored
Merge pull request #27 from utgwkk/notice-for-docker
doc: notice for Docker environments
2 parents c5ce22e + 54bc756 commit 7b742a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
- run: pytest
3333
```
3434
35+
If your test is running in a Docker container, you have to install this plugin and manually set `GITHUB_ACTIONS` environment variable to `true` inside of Docker container. (For example, `docker-compose run --rm -e GITHUB_ACTIONS=true app -- pytest`)
36+
3537
## Screenshot
3638
[![Image from Gyazo](https://i.gyazo.com/b578304465dd1b755ceb0e04692a57d9.png)](https://gyazo.com/b578304465dd1b755ceb0e04692a57d9)

0 commit comments

Comments
 (0)