Skip to content

Commit

Permalink
test: use plugin repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jun 30, 2023
1 parent 4bea47d commit 262a555
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
externalProjectGitUrl:
- salesforcecli/plugin-community
- salesforcecli/plugin-data
- salesforcecli/plugin-env
- salesforcecli/plugin-limits
- salesforcecli/plugin-org
- salesforcecli/plugin-schema
- salesforcecli/plugin-settings
- salesforcecli/plugin-signups
- salesforcecli/plugin-user
- https://github.com/salesforcecli/plugin-community
- https://github.com/salesforcecli/plugin-data
- https://github.com/salesforcecli/plugin-env
- https://github.com/salesforcecli/plugin-limits
- https://github.com/salesforcecli/plugin-org
- https://github.com/salesforcecli/plugin-schema
- https://github.com/salesforcecli/plugin-settings
- https://github.com/salesforcecli/plugin-signups
- https://github.com/salesforcecli/plugin-user
with:
packageName: '@oclif/core'
externalProjectGitUrl: ${{ matrix.externalProjectGitUrl }}
Expand Down

0 comments on commit 262a555

Please sign in to comment.