Skip to content

Commit

Permalink
updated install
Browse files Browse the repository at this point in the history
  • Loading branch information
papaflavaflave committed Mar 14, 2024
1 parent 0a14137 commit ce22f3a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:

- name: Install Salesforce CLI
run: |
wget https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz
mkdir sfdx-cli
tar xJf sf-linux-x64.tar.xz -C sfdx-cli --strip-components 1
./sfdx-cli/install
npm install --global sfdx-cli
- name: Install jq
run: |
Expand All @@ -27,7 +24,8 @@ jobs:
run: 'echo ${{secrets.DEVHUB_SFDX_URL}} > ./DEVHUB_SFDX_URL.txt'

- name: Authenticate Dev Hub
run: 'sfdx force:auth:sfdxurl:store -f ./DEVHUB_SFDX_URL.txt -a devhub -d'
run: |
'sfdx force:auth:sfdxurl:store -f ./DEVHUB_SFDX_URL.txt -a devhub -d'
- name: Create scratch org
run: 'sfdx force:org:create -f config/project-scratch-def.json -a ci_scratch -s -d 1'
Expand Down

0 comments on commit ce22f3a

Please sign in to comment.