Skip to content

Commit 690eabc

Browse files
committed
Cleanup between tests
1 parent 208432f commit 690eabc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Defines the WordPress and PHP Versions matrix to run tests on.
3636
strategy:
3737
matrix:
38-
wp-versions: [ '6.4-beta2' ] #[ '6.1.1', 'latest' ]
38+
wp-versions: [ '6.4-beta3' ] #[ '6.1.1', 'latest' ]
3939
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ] #[ '7.3', '7.4', '8.0', '8.1' ]
4040

4141
# Steps to install, configure and run tests

Diff for: tests/acceptance.suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ modules:
3737
#import the dump before the tests; this means the test site database will be repopulated before the tests.
3838
populate: true
3939
# re-import the dump between tests; this means the test site database will be repopulated between the tests.
40-
cleanup: false
40+
cleanup: true
4141
waitlock: 10
4242
url: '%TEST_SITE_WP_URL%'
4343
urlReplacement: true #replace the hardcoded dump URL with the one above

0 commit comments

Comments
 (0)