Skip to content

Commit

Permalink
chore(ci): remove templates from bundle-test (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx authored Jul 31, 2024
1 parent a2fac56 commit a319bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/testCoreBundling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
matrix:
os: ['ubuntu-latest', 'windows-latest']
externalProjectGit:
- forcedotcom/salesforcedx-templates
- forcedotcom/salesforcedx-apex
with:
externalProjectGit: ${{ matrix.externalProjectGit }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
inputs:
externalProjectGit:
description: 'The url that will be cloned. This contains the tests you want to run. Ex: https://github.com/forcedotcom/templates'
description: 'The url that will be cloned. This contains the tests you want to run. Ex: https://github.com/forcedotcom/salesforcedx-apex'
type: string
required: true
nodeVersion:
Expand All @@ -29,7 +29,7 @@ on:
jobs:
external-test:
name: run tests
if: ${{ inputs.externalProjectGit == 'forcedotcom/salesforcedx-apex' || (inputs.externalProjectGit == 'forcedotcom/salesforcedx-templates' && inputs.os == 'ubuntu-latest') }}
if: ${{ inputs.externalProjectGit == 'forcedotcom/salesforcedx-apex' }}
runs-on: ${{ inputs.os }}
steps:
- name: Configure Git to handle long file paths on Windows
Expand Down

0 comments on commit a319bb4

Please sign in to comment.