Skip to content

Commit b24992b

Browse files
committed
Attempt to start WP tests
1 parent aadc2e2 commit b24992b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/spio.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
DB_USER: root
3434
DB_PASS: password
3535
DB_HOST: 127.0.0.1
36+
WP_RUN_CORE_TESTS: 1
3637

3738
steps:
3839
- name: Checkout code

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<testsuites>
1111
<testsuite name="testing">
1212
<directory prefix="test-" suffix=".php">./tests/</directory>
13-
<exclude>./tests/test-sample.php</exclude>
1413
</testsuite>
1514
</testsuites>
1615
</phpunit>

0 commit comments

Comments
 (0)