diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index 1ef6b5865..1fd68cf41 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -34,42 +34,42 @@ jobs: plugin-branch: 'develop' 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' - # 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' + secrets: inherit - # web: - # name: Web.com 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-web' - # secrets: inherit + web: + name: Web.com 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-web' + 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' - # 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' + secrets: inherit - # mojo: - # name: Mojo 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-mojo' - # secrets: inherit + mojo: + name: Mojo 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-mojo' + secrets: inherit