diff --git a/Makefile b/Makefile index e2ca8116..3188eaed 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ test_file ?= 'tests/' test: pytest $(test_file) +integration: + export AWS_PAGER='' && \ + $(foreach file, $(wildcard tests/integration/*.json), aws sns publish --profile saml-pub --topic-arn arn:aws:sns:us-west-2:986442313181:its-live-notify-test --message file://${file} --output json;) + static: ruff-check cfn-lint ruff-check: