Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding more ecosystem images #6485

Merged
merged 8 commits into from
Jan 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix smoke paths
  • Loading branch information
dependabot-ci committed Jan 19, 2023
commit 4b6b026b42911ea1fb12591c03fd8c40b3890df0
11 changes: 6 additions & 5 deletions .github/workflows/eco-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ jobs:
fail-fast: false
matrix:
suite:
- { name: cargo, ecosystem: cargo }
- { name: docker, ecosystem: docker }
- { name: git_submodules, ecosystem: gitsubmodule }
- { name: github_actions, ecosystem: github-actions }
- { path: cargo, name: cargo, ecosystem: cargo }
- { path: docker, name: docker, ecosystem: docker }
- { path: git_submodules, name: git_submodules, ecosystem: gitsubmodule }
- { path: github_actions, name: github_actions, ecosystem: github-actions }
- { path: go_modules, name: go, ecosystem: gomod }
- { name: gradle, ecosystem: gradle }
- { path: gradle, name: gradle, ecosystem: gradle }
- { path: maven, name: maven, ecosystem: maven }
- { path: npm_and_yarn, name: npm, ecosystem: npm}
- { path: npm_and_yarn, name: npm-remove-transitive, ecosystem: npm}
- { path: npm_and_yarn, name: yarn-berry, ecosystem: npm}
- { name: nuget, ecosystem: nuget }
- { path: nuget, name: nuget, ecosystem: nuget }
- { path: python, name: pip, ecosystem: pip }
- { path: python, name: pipenv, ecosystem: pip}
- { path: python, name: pip-compile, ecosystem: pip }
Expand Down