Skip to content

Commit

Permalink
chore(ci): use sfdx login and cli setup actions from public repos
Browse files Browse the repository at this point in the history
  • Loading branch information
svierk committed Mar 18, 2024
1 parent 57d7d94 commit f35d4c5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
- name: LWC Unit Tests
run: npm run test:unit:coverage
- name: Install SF CLI
run: |
npm i -g @salesforce/cli
sf version
uses: svierk/sfdx-cli-setup@main
- name: Salesforce Org Login
run: |
echo ${{ secrets.SFDX_AUTH_URL }} | base64 --decode | jq > authFile.json
sf org login sfdx-url --set-default --sfdx-url-file authFile.json
uses: svierk/sfdx-login@main
with:
sfdx-url: ${{ secrets.SFDX_AUTH_URL }}
- name: Deploy Metadata
run: sf project deploy start
- name: Apex Unit Tests
Expand Down

0 comments on commit f35d4c5

Please sign in to comment.