mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:48:21 +00:00
Suggest to run integration tests in Docker (#1438)
This commit is contained in:
@@ -71,6 +71,11 @@ docker-compose up --detach --build
|
||||
docker run --rm -v $(pwd):/go/src/github.com/runatlantis/atlantis -w /go/src/github.com/runatlantis/atlantis runatlantis/testing-env make test
|
||||
```
|
||||
|
||||
Or to run the integration tests
|
||||
```
|
||||
docker run --rm -v $(pwd):/go/src/github.com/runatlantis/atlantis -w /go/src/github.com/runatlantis/atlantis runatlantis/testing-env make test-all
|
||||
```
|
||||
|
||||
## Calling Your Local Atlantis From GitHub
|
||||
- Create a test terraform repository in your GitHub.
|
||||
- Create a personal access token for Atlantis. See [Create a GitHub token](https://github.com/runatlantis/atlantis/tree/master/runatlantis.io/docs/access-credentials.md#generating-an-access-token).
|
||||
|
||||
Reference in New Issue
Block a user