From cc0b78f8ecf878ebc74a20a49c5e29045432050e Mon Sep 17 00:00:00 2001 From: Timur Gogolev Date: Wed, 13 Oct 2021 17:23:37 +0300 Subject: [PATCH] Test: clean up before running tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec0263a68c8..a849b40d518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,9 @@ jobs: composer dump-autoload fi + - name: Clean up + run: rm -rf /tmp/wordpress-tests-lib + - name: Init DB and WP run: ./tests/bin/install.sh woo_test root root 127.0.0.1 ${{ matrix.wp }}