Skip to content

Commit

Permalink
fix(build): use the correct env var to mount pwd (runatlantis#3491)
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Page <[email protected]>
  • Loading branch information
shouichi and GenPage authored Jun 20, 2023
1 parent 8eb91d0 commit e271eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test-all: ## Run tests including integration

.PHONY: docker/test-all
docker/test-all: ## Run all tests in docker
docker run -it -v $(pwd):/atlantis ghcr.io/runatlantis/testing-env:latest sh -c "cd /atlantis && make test-all"
docker run -it -v $(PWD):/atlantis ghcr.io/runatlantis/testing-env:latest sh -c "cd /atlantis && make test-all"

.PHONY: test-coverage
test-coverage: ## Show test coverage
Expand Down

0 comments on commit e271eaa

Please sign in to comment.