Skip to content

Commit 56a4884

Browse files
committed
Update Makefile
1 parent 96165f9 commit 56a4884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test-unit:
4040
go test ./pkg/pipeline
4141

4242
test-integration:
43-
docker run --env-file=wireNil.env --privileged -d --name dind-test -v $PWDFF:/test/ docker:dind
43+
docker run --env-file=wireNil.env --privileged -d --name dind-test -v $(PWD):/test/ docker:dind
4444
docker exec dind-test sh -c "cd test && ./tests/integrationTesting/create-test-env.sh"
4545
docker exec dind-test sh -c "cd test && ./tests/integrationTesting/run-integration-test.sh"
4646
docker exec dind-test sh -c "cd test && go run ."

0 commit comments

Comments
 (0)