From b8989ee7160649183d2bd4bde1395cb02c4f0ca7 Mon Sep 17 00:00:00 2001 From: karthik P Date: Fri, 8 Aug 2025 12:20:43 +0530 Subject: [PATCH] adds workflow-dispatch + sets PACKER_ACC_BUILDERS for acceptance tests --- .github/workflows/acceptance-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/acceptance-test.yml b/.github/workflows/acceptance-test.yml index 71d1950c5..50e92ecfb 100644 --- a/.github/workflows/acceptance-test.yml +++ b/.github/workflows/acceptance-test.yml @@ -63,8 +63,7 @@ jobs: run: | mkdir -p /tmp/test-results make dev - ACC_TEST_BUILDERS="amazon-ebs" PACKER_ACC=1 gotestsum --format=short-verbose --junitfile - /tmp/test-results/gotestsum-report.xml -- -timeout=120m -p 2 $(go list ./... | grep -v inspec | grep -v profitbricks | grep -v oneandone) + ACC_TEST_BUILDERS="amazon-ebs" PACKER_ACC=1 gotestsum --format=short-verbose --junitfile /tmp/test-results/gotestsum-report.xml -- -timeout=120m -p 2 $(go list ./... | grep -v inspec | grep -v profitbricks | grep -v oneandone) # Send a slack notification if either job defined above fails slack-notify: permissions: