Skip to content

Commit

Permalink
chore: isolate SFDX (#3399)
Browse files Browse the repository at this point in the history
* chore: isolate SFDX

* update lock root rules

* gha
  • Loading branch information
louis-bompart authored Nov 16, 2023
1 parent 7fc1be0 commit aeaba90
Show file tree
Hide file tree
Showing 10 changed files with 26,152 additions and 25,152 deletions.
2 changes: 1 addition & 1 deletion .github/actions/e2e-quantic-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
shell: bash
- run: |
echo "${{ env.SFDX_AUTH_JWT_KEY }}" > server.key
npx --no-install sf org login jwt \
./isolated-sfdx/node_modules/.bin/sf org login jwt \
--client-id ${{ env.SFDX_AUTH_CLIENT_ID }} \
--jwt-key-file server.key \
--username ${{ env.SFDX_AUTH_JWT_USERNAME }} \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/package-lock-root-fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
paths:
- '**/package-lock.json'
- '!utils/atomic-storybook/package-lock.json'
- '!packages/quantic/isolated-sfdx/package-lock.json'
- '!package-lock.json'
pull_request:
branches: [master]
paths:
- '**/package-lock.json'
- '!utils/atomic-storybook/package-lock.json'
- '!packages/quantic/isolated-sfdx/package-lock.json'
- '!package-lock.json'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/package-lock-root-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
paths-ignore:
- '**/package-lock.json'
- '!utils/atomic-storybook/package-lock.json'
- '!packages/quantic/isolated-sfdx/package-lock.json'
- '!package-lock.json'
pull_request:
branches: [master]
paths-ignore:
- '**/package-lock.json'
- '!utils/atomic-storybook/package-lock.json'
- '!packages/quantic/isolated-sfdx/package-lock.json'
- '!package-lock.json'

jobs:
Expand Down
Loading

0 comments on commit aeaba90

Please sign in to comment.