Skip to content

Commit

Permalink
revert: does not change sfdx format for e2e
Browse files Browse the repository at this point in the history
as it is still used by sfdx for compatibility testing
  • Loading branch information
scolladon committed Oct 5, 2024
1 parent a342a80 commit d3c2976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: npm install -g ${{ matrix.cli }}

- name: Install new plugin version
run: echo y | sf plugins install sfdx-git-delta@${{ inputs.channel }}
run: echo y | sfdx plugins:install sfdx-git-delta@${{ inputs.channel }}

- name: Test new plugin version
run: sf sgd source delta --help
run: sfdx sgd:source:delta --help

- name: E2E Tests
run: |
Expand Down

0 comments on commit d3c2976

Please sign in to comment.