Skip to content

Commit

Permalink
Add grouped updates smoke test for go
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon committed Apr 26, 2023
1 parent ea089fd commit 29bbe6d
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- go-close-pr
- go-security
- go-update-pr
- go-grouped
- gradle
- gradle-version-catalog
- hex
Expand Down
2 changes: 1 addition & 1 deletion script/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

declare -a arr=("actions" "bundler" "cargo" "composer" "docker" "elm" "go" "gradle" "hex" "maven" "npm" "nuget" "pip" "pip-compile" "pipenv" "poetry" "pub" "submodules" "terraform")
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")
for eco in "${arr[@]}"
do
dependabot test -f "tests/smoke-$eco.yaml" -o "tests/smoke-$eco.yaml"
Expand Down
Loading

0 comments on commit 29bbe6d

Please sign in to comment.