Skip to content

Commit

Permalink
Merge pull request #1 from fabioschiozer/fabioschiozer-patch-1
Browse files Browse the repository at this point in the history
Update developOnPR.yml
  • Loading branch information
schiozer authored Nov 28, 2023
2 parents 0bd5bd7 + 2763995 commit fdcf98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/developOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
# Jobs to be executed
jobs:
build-deploy:
runs-on: Professiona-Services-LATAM-Ubuntu
runs-on: ubuntu-latest
container: tnascimento013/latam_salesforcedx_industries_orgdevmodebuilds:latest
environment: build
steps:
- name: Installing missing CLIs / Plugins
run: echo "y" | sf plugins install sf-orgdevmode-builds

- name: Checkout source code
uses: Professiona-Services-LATAM/checkout@v3
uses: actions/checkout@v3

- name: Extracting private key
run: 'echo "${{ secrets.JWT_KEY_NONPROD }}" > server.key'
Expand Down

0 comments on commit fdcf98c

Please sign in to comment.