Skip to content

Commit

Permalink
remove only-module-tests flags
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 14, 2023
1 parent cc1b914 commit c93a912
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'bluehost/bluehost-wordpress-plugin'
only-module-tests: true
secrets: inherit

hostgator:
Expand All @@ -42,7 +41,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-hostgator'
only-module-tests: true
secrets: inherit

web:
Expand All @@ -53,7 +51,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-web'
only-module-tests: true
secrets: inherit

crazydomains:
Expand All @@ -64,7 +61,6 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-crazy-domains'
only-module-tests: true
secrets: inherit

mojo:
Expand All @@ -75,5 +71,4 @@ jobs:
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: 'newfold-labs/wp-plugin-mojo'
only-module-tests: true
secrets: inherit

0 comments on commit c93a912

Please sign in to comment.