Skip to content

Commit

Permalink
Merge pull request #1974 from salesforcecli/cd/data-nuts
Browse files Browse the repository at this point in the history
chore(ci): add plugin-data NUTs matrix
  • Loading branch information
iowillhoit authored Oct 30, 2024
2 parents 23a374a + a32c885 commit 453fc95
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/just-nuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- salesforcecli/plugin-auth
- salesforcecli/plugin-apex
- salesforcecli/plugin-api
- salesforcecli/plugin-data
- salesforcecli/plugin-limits
- salesforcecli/plugin-org
- salesforcecli/plugin-schema
Expand Down Expand Up @@ -112,3 +111,26 @@ jobs:
os: ${{ matrix.os }}
command: ${{ matrix.command }}
secrets: inherit

data:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
command:
- yarn test:nuts:bulk:import
- yarn test:nuts:bulk:export
- yarn test:nuts:bulk:update
- yarn test:nuts:data:tree
- yarn test:nuts:data:query
- yarn test:nuts:data:record
- yarn test:nuts:data:search
- yarn test:nuts:data:create
- yarn test:nuts:data:bulk-upsert-delete
uses: ./.github/workflows/just-nut.yml
with:
repository: salesforcecli/plugin-data
channel-or-version: ${{ inputs.channel-or-version }}
os: ${{ matrix.os }}
command: ${{ matrix.command }}
secrets: inherit

0 comments on commit 453fc95

Please sign in to comment.