Skip to content

Commit

Permalink
test: use oclif/github-workflows repo
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jun 30, 2023
1 parent 262a555 commit 006554d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,22 @@ jobs:
- run: yarn test:e2e
nuts:
needs: linux-unit-tests
uses: ./.github/workflows/external-nuts.yml
uses: oclif/github-workflows/.github/workflows/externalNut.yml@wr/build
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
externalProjectGitUrl:
- https://github.com/salesforcecli/plugin-community
- https://github.com/salesforcecli/plugin-auth
- https://github.com/salesforcecli/plugin-custom-metadata
- 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-templates
- https://github.com/salesforcecli/plugin-user
with:
packageName: '@oclif/core'
Expand Down

0 comments on commit 006554d

Please sign in to comment.