Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…oarding into enhance/ai-onboarding
  • Loading branch information
arunshenoy99 committed Jan 17, 2024
2 parents cbe2366 + 3e70ee4 commit 315cc92
Show file tree
Hide file tree
Showing 87 changed files with 7,258 additions and 4,392 deletions.
55 changes: 55 additions & 0 deletions .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Cypress Tests for Module Updates in Brand Plugin

on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
branches:
- main
- trunk
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
setup:
name: Setup
runs-on: ubuntu-latest
outputs:
branch: ${{ steps.extract_branch.outputs.branch }}
steps:
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch

bluehost:
name: Bluehost 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: "bluehost/bluehost-wordpress-plugin"
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

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
Empty file removed .nvmrc
Empty file.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function nfd_wp_module_onboarding_register() {

// Set Global Constants
if ( ! defined( 'NFD_ONBOARDING_VERSION' ) ) {
define( 'NFD_ONBOARDING_VERSION', '1.11.13' );
define( 'NFD_ONBOARDING_VERSION', '1.12.0' );
}
if ( ! defined( 'NFD_ONBOARDING_DIR' ) ) {
define( 'NFD_ONBOARDING_DIR', __DIR__ );
Expand Down
11 changes: 0 additions & 11 deletions build/1.11.13/111.js

This file was deleted.

7 changes: 0 additions & 7 deletions build/1.11.13/128.js

This file was deleted.

19 changes: 0 additions & 19 deletions build/1.11.13/244.js

This file was deleted.

1 change: 0 additions & 1 deletion build/1.11.13/310.js

This file was deleted.

1 change: 0 additions & 1 deletion build/1.11.13/33.js

This file was deleted.

Loading

0 comments on commit 315cc92

Please sign in to comment.