Skip to content

Commit

Permalink
chore: pass signal handler env var to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 5, 2024
1 parent 572c80f commit 6c7674c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ docker_pact: docker_build
docker_test_all: docker_build
docker run \
-e LOG_LEVEL=INFO \
-e PACT_CORE_PLUGINS_SIGNAL_HANDLERS=1 \
--rm \
pactfoundation/pact-go-test \
/bin/sh -c "make test && make pact_local"
Expand Down

0 comments on commit 6c7674c

Please sign in to comment.