Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
GandlojuVishwantha committed Jul 17, 2024
1 parent 5c471ec commit c8368a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR_Code_Validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
run: sfdx scanner:run --target "${{ vars.RELEASE_PIPELINE_SOURCEPATH }}" --format "table" --pmdconfig "ruleset/style.xml"

# === Attempt to execute lint source validations ===
#- name: Run lint empty source validations
# id: lint_tests
# run: sfdx scanner:run --engine eslint-lwc --target "${{ vars.RELEASE_PIPELINE_SOURCEPATH }}"
- name: Run lint empty source validations
id: lint_tests
run: sfdx scanner:run --engine eslint-lwc --target "${{ vars.RELEASE_PIPELINE_SOURCEPATH }}"

# Authenticate CI01 sandbox
- name: 'Authenticate CI01 Sandbox'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PR_Code_Validation_Hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
run: sfdx scanner:run --target "${{ vars.RELEASE_PIPELINE_SOURCEPATH }}" --format "table" --pmdconfig "ruleset/style.xml"

# === Attempt to execute lint source validations ===
#- name: Run lint empty source validations
# id: lint_tests
# run: sfdx scanner:run --engine eslint-lwc --target "${{ vars.RELEASE_PIPELINE_SOURCEPATH }}"
- name: Run lint empty source validations
id: lint_tests
run: sfdx scanner:run --engine eslint-lwc --target "${{ vars.RELEASE_PIPELINE_SOURCEPATH }}"

# Authenticate HOTFIXCI sandbox
- name: 'Authenticate HOTFIXCI Sandbox'
Expand Down

0 comments on commit c8368a5

Please sign in to comment.