We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071a5e4 commit 3a9c3c2Copy full SHA for 3a9c3c2
.github/workflows/phpcs.yml
@@ -1,6 +1,8 @@
1
name: PHP_CodeSniffer
2
on:
3
push:
4
+ branches:
5
+ - trunk
6
pull_request:
7
jobs:
8
phpcs:
.github/workflows/phpunit.yml
name: Unit Testing
phpunit:
@@ -37,7 +39,7 @@ jobs:
37
39
extensions: mysql
38
40
41
- name: Install Composer dependencies for PHP
- uses: "ramsey/composer-install@v3"
42
+ uses: ramsey/composer-install@v3
43
44
- name: Setup Test Environment
45
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}
0 commit comments