File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 5959 - name : Install Composer dependencies
6060 run : composer install --no-interaction --prefer-dist
6161
62- - name : Test that MySQL works properly
63- run : |
64- timeout=30
65- while ! mysqladmin ping -h "127.0.0.1" --user="$DB_USER" --password="$DB_PASS" --silent; do
66- >&2 echo "MySQL is unavailable - sleeping"
67- sleep 1
68- timeout=$((timeout-1))
69- if [ $timeout -eq 0 ]; then
70- >&2 echo "MySQL still not responding, aborting."
71- exit 1
72- fi
73- done
74-
7562 - name : Install WordPress Unit Test Suite
7663 run : |
7764 mkdir -p "${WP_TESTS_DIR}"
8875 fi
8976 done
9077 echo "Listing WordPress files..."
91- ls -alh /tmp/wordpress-tests-lib/
92- ls -alh /tmp/wordpress-tests-lib/includes/
78+ ls -alh /tmp/wordpress/wp-includes/
9379
9480 - name : Run PHPUnit tests
9581 run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments