-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
159 changed files
with
9,109 additions
and
4,698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Build with vendor (test) | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
- '[0-9].[0-9x]*' # Version branches: 4.x.x, 4.1.x, 5.x | ||
|
||
jobs: | ||
wordpress: | ||
name: Release | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set PHP version | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '7.0' # Minimum required version | ||
coverage: none | ||
|
||
- name: composer install | ||
run: composer install --no-dev -o | ||
|
||
- name: install node v18 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
|
||
- name: Build | ||
run: | | ||
npm ci | ||
npm run build | ||
- name: Setup | ||
run: 'echo "VERSION=$(grep -Po ''\"version\": \"[0-9\\.]+\"'' package.json | grep -Po ''[0-9\\.]+'')" >> $GITHUB_ENV' | ||
|
||
- name: Zip | ||
run: npm run build:zip | ||
|
||
- name: Make artifacts available | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: cypress-artifact | ||
retention-days: 2 | ||
path: | | ||
${{ github.workspace }}/elasticpress.zip | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Setup Elasticsearch | ||
uses: getong/[email protected] | ||
with: | ||
elasticsearch version: '7.5.0' | ||
elasticsearch version: '7.10.1' | ||
|
||
- name: Set standard 10up cache directories | ||
run: | | ||
|
@@ -55,11 +55,11 @@ jobs: | |
- name: Set PHP version | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '8.0' | ||
php-version: '8.2' | ||
coverage: none | ||
|
||
- name: Install dependencies | ||
run: composer install | ||
run: composer install --ignore-platform-reqs | ||
|
||
- name: Setup WP Tests | ||
run: | | ||
|
@@ -91,7 +91,7 @@ jobs: | |
- name: Setup Elasticsearch | ||
uses: getong/[email protected] | ||
with: | ||
elasticsearch version: '7.5.0' | ||
elasticsearch version: '7.10.1' | ||
|
||
- name: Set standard 10up cache directories | ||
run: | | ||
|
@@ -108,11 +108,11 @@ jobs: | |
- name: Set PHP version | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '8.0' | ||
php-version: '8.2' | ||
coverage: none | ||
|
||
- name: Install dependencies | ||
run: composer install | ||
run: composer install --ignore-platform-reqs | ||
|
||
- name: Setup WP Tests | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.