Skip to content

Commit

Permalink
Update testWithCoreBundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 30, 2024
1 parent 6bc6920 commit 1d82714
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/workflows/testWithCoreBundle.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
name: Test With Core Bunde
name: Test With Core Bundle
on:
push:
branches-ignore: [main]
workflow_dispatch:
inputs:
branch:
description: 'Set the branch to bundle core'
type: string
required: false
default: main

jobs:
build:
name: Call build workflow
uses: forcedotcom/bundle-publish-scripts/.github/workflows/build.yml@main
with:
branch: ${{ github.ref_name || inputs.branch }}
tests:
name: Call tests workflow
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main

build-and-test:
uses: forcedotcom/bundle-publish-scripts/.github/workflows/validateBundleForDependents.yml@main
secrets: inherit

0 comments on commit 1d82714

Please sign in to comment.