Skip to content

Commit

Permalink
Add grouped updates smoke test for yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon committed Jun 15, 2023
1 parent 0ebd1ea commit a7ed7f4
Show file tree
Hide file tree
Showing 6 changed files with 23,471 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cache-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- { path: tests/smoke-terraform.yaml, name: terraform }
- { path: tests/smoke-yarn.yaml, name: yarn }
- { path: tests/smoke-yarn-berry.yaml, name: yarn-berry }
- { path: tests/smoke-yarn-berry-group-rules.yaml, name: yarn-berry-group-rules }
- { path: tests/smoke-yarn-berry-workspaces.yaml, name: yarn-berry-workspaces }
- { path: tests/smoke-yarn-group-rules.yaml, name: yarn-group-rules }
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cache-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ on:
- terraform
- yarn
- yarn-berry
- yarn-berry-group-rules
- yarn-berry-workspaces
- yarn-group-rules

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/refresh-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- terraform
- yarn
- yarn-berry
- yarn-berry-group-rules
- yarn-berry-workspaces
- yarn-group-rules
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- terraform
- yarn
- yarn-berry
- yarn-berry-group-rules
- yarn-berry-workspaces
- yarn-group-rules
steps:
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" "go-group-rules" "gradle" "hex" "maven" "npm" "npm-group-rules" "nuget" "pip" "pip-compile" "pipenv" "poetry" "pub" "submodules" "terraform" "yarn" "yarn-berry" "yarn-group-rules")
declare -a arr=("actions" "bundler" "cargo" "composer" "docker" "elm" "go" "go-group-rules" "gradle" "hex" "maven" "npm" "npm-group-rules" "nuget" "pip" "pip-compile" "pipenv" "poetry" "pub" "submodules" "terraform" "yarn" "yarn-berry" "yarn-berry-group-rules" "yarn-group-rules")
for eco in "${arr[@]}"
do
dependabot test -f "tests/smoke-$eco.yaml" -o "tests/smoke-$eco.yaml"
Expand Down
Loading

0 comments on commit a7ed7f4

Please sign in to comment.