Skip to content

Commit

Permalink
Add smoke tests for go, npm and bundler+vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
brrygrdn committed Jun 26, 2023
1 parent 2473504 commit cff26f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
suite:
- { path: bundler, name: bundler, ecosystem: bundler }
- { path: bundler, name: bundler-group-rules, ecosystem: bundler }
- { path: bundler, name: bundler-group-vendoring, ecosystem: bundler }
- { path: cargo, name: cargo, ecosystem: cargo }
- { path: composer, name: composer, ecosystem: composer }
- { path: docker, name: docker, ecosystem: docker }
Expand All @@ -28,13 +29,15 @@ jobs:
- { path: github_actions, name: actions, ecosystem: github-actions }
- { path: go_modules, name: go, ecosystem: gomod }
- { path: go_modules, name: go-close-pr, ecosystem: gomod }
- { path: go_modules, name: go-group-rules, ecosystem: gomod }
- { path: go_modules, name: go-security, ecosystem: gomod }
- { path: go_modules, name: go-update-pr, ecosystem: gomod }
- { path: gradle, name: gradle, ecosystem: gradle }
- { path: gradle, name: gradle-version-catalog, ecosystem: gradle }
- { path: hex, name: hex, ecosystem: mix }
- { path: maven, name: maven, ecosystem: maven }
- { path: npm_and_yarn, name: npm, ecosystem: npm}
- { path: npm_and_yarn, name: npm-group-rules, ecosystem: npm}
- { path: npm_and_yarn, name: npm-remove-transitive, ecosystem: npm}
- { path: npm_and_yarn, name: pnpm, ecosystem: npm}
- { path: npm_and_yarn, name: yarn, ecosystem: npm}
Expand Down

0 comments on commit cff26f0

Please sign in to comment.