Skip to content

Commit

Permalink
Merge pull request #6 from newfold-labs/update/test-workflow-plugin-b…
Browse files Browse the repository at this point in the history
…ranch

Update brand-plugin-test.yml
  • Loading branch information
circlecube authored Oct 3, 2024
2 parents 52982c0 + 8fcf504 commit 5947395
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,28 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'bluehost/bluehost-wordpress-plugin'
plugin-branch: 'solutions'
sync-npm-package: true
secrets: inherit

hostgator:
name: HostGator Build and Test
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-hostgator'
sync-npm-package: true
secrets: inherit
# hostgator:
# name: HostGator Build and Test
# needs: setup
# uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
# with:
# module-repo: ${{ github.repository }}
# module-branch: ${{ needs.setup.outputs.branch }}
# plugin-repo: 'newfold-labs/wp-plugin-hostgator'
# sync-npm-package: true
# secrets: inherit

crazydomains:
name: Crazy Domains Build and Test
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-crazy-domains'
sync-npm-package: true
secrets: inherit
# crazydomains:
# name: Crazy Domains Build and Test
# needs: setup
# uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
# with:
# module-repo: ${{ github.repository }}
# module-branch: ${{ needs.setup.outputs.branch }}
# plugin-repo: 'newfold-labs/wp-plugin-crazy-domains'
# sync-npm-package: true
# secrets: inherit

0 comments on commit 5947395

Please sign in to comment.