Skip to content

Commit 29bbe6d

Browse files
committed
Add grouped updates smoke test for go
1 parent ea089fd commit 29bbe6d

File tree

3 files changed

+441
-1
lines changed

3 files changed

+441
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- go-close-pr
3131
- go-security
3232
- go-update-pr
33+
- go-grouped
3334
- gradle
3435
- gradle-version-catalog
3536
- hex

script/run-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This script is useful for regenerating all of the smoke tests running locally.
44

5-
declare -a arr=("actions" "bundler" "cargo" "composer" "docker" "elm" "go" "gradle" "hex" "maven" "npm" "nuget" "pip" "pip-compile" "pipenv" "poetry" "pub" "submodules" "terraform")
5+
declare -a arr=("actions" "bundler" "cargo" "composer" "docker" "elm" "go" "go-grouped" "gradle" "hex" "maven" "npm" "nuget" "pip" "pip-compile" "pipenv" "poetry" "pub" "submodules" "terraform")
66
for eco in "${arr[@]}"
77
do
88
dependabot test -f "tests/smoke-$eco.yaml" -o "tests/smoke-$eco.yaml"

0 commit comments

Comments
 (0)