mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
adds workflow-dispatch + sets PACKER_ACC_BUILDERS for acceptance tests
This commit is contained in:
parent
5f89b2ef17
commit
b8989ee716
1 changed files with 1 additions and 2 deletions
3
.github/workflows/acceptance-test.yml
vendored
3
.github/workflows/acceptance-test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue