forked from 10up/ElasticPress
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/custom-headers-autosuggest-issue-…
…2048
- Loading branch information
Showing
66 changed files
with
42,500 additions
and
8,139 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ on: | |
- develop | ||
|
||
jobs: | ||
wpa: | ||
wpa_local: | ||
name: WP Acceptance - Local | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
@@ -22,20 +23,39 @@ jobs: | |
- name: Set PHP version | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '7.2' | ||
php-version: '7.4' | ||
coverage: none | ||
tools: composer:v1 | ||
|
||
- name: Install dependencies | ||
run: composer install | ||
|
||
- name: Setup WP Snapshots | ||
run: ./vendor/bin/wpsnapshots configure 10up --aws_key=${{ secrets.AWS_ACCESS_KEY_ID }} --aws_secret=${{ secrets.AWS_SECRET_ACCESS_KEY }} --user_name=wp-acceptance [email protected] | ||
- name: Test Local | ||
run: ./run-wpacceptance.sh -l --attempts=3 | ||
|
||
wpa_epio: | ||
name: WP Acceptance - ElasticPress.io | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set PHP version | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '7.4' | ||
coverage: none | ||
tools: composer:v1 | ||
|
||
- name: Install dependencies | ||
run: composer install | ||
|
||
- name: Test | ||
run: ./vendor/bin/wpacceptance run | ||
- name: Test EP.io | ||
run: ./run-wpacceptance.sh --ep-host=${{ secrets.EPIO_HOST }} --es-shield='${{ secrets.EPIO_SHIELD }}' --ep-index-prefix=${{ secrets.EPIO_INDEX_PREFIX }} --attempts=3 | ||
|
||
phpunit: | ||
name: PHP Unit | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
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
Oops, something went wrong.