mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Update step name, remove Jetpack install
This commit is contained in:
parent
d6aacc1aed
commit
b31847b3e3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
composer install --prefer-dist --no-suggest --no-progress --no-ansi --no-interaction
|
composer install --prefer-dist --no-suggest --no-progress --no-ansi --no-interaction
|
||||||
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
|
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Run PHPCS on all Core files
|
- name: Run PHPCS on changed files
|
||||||
run: |
|
run: |
|
||||||
touch $GITHUB_WORKSPACE/tmp.php
|
touch $GITHUB_WORKSPACE/tmp.php
|
||||||
export CHANGED_FILES=$(git diff --name-only --diff-filter=AM remotes/origin/${{ github.base_ref }} | tr '\n' ' ')
|
export CHANGED_FILES=$(git diff --name-only --diff-filter=AM remotes/origin/${{ github.base_ref }} | tr '\n' ' ')
|
||||||
|
@ -90,9 +90,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bash bin/install-wp-tests.sh wporg_5ftf_test root root 127.0.0.1 trunk
|
bash bin/install-wp-tests.sh wporg_5ftf_test root root 127.0.0.1 trunk
|
||||||
|
|
||||||
- name: Install required plugins
|
|
||||||
run: |
|
|
||||||
svn export https://plugins.svn.wordpress.org/jetpack/trunk public_html/wp-content/plugins/jetpack
|
|
||||||
|
|
||||||
- name: Running unit tests
|
- name: Running unit tests
|
||||||
run: composer run-script test -- -c phpunit.xml.dist
|
run: composer run-script test -- -c phpunit.xml.dist
|
||||||
|
|
Loading…
Reference in a new issue