Skip to content

Commit

Permalink
update action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Rychecky authored and Lincoln Rychecky committed Aug 21, 2024
1 parent c9c35e0 commit 9f1cb77
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/apex-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ on:
jobs:
build:
runs-on: ubuntu-latest
- uses: actions/setup-node@v1
with:
node-version: '21.x'

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Salesforce CLI
uses: forcedotcom/sfdx-action@v1
with:
version: latest
run: |
npm install sfdx-cli
node_modules/sfdx-cli/bin/run --version
node_modules/sfdx-cli/bin/run plugins --core
# Store Secret for debhub
- name: Populate auth file with DEVHUB_SFDX_URL secrets
Expand Down

0 comments on commit 9f1cb77

Please sign in to comment.