Test: clean up before running tests

This commit is contained in:
Timur Gogolev 2021-10-13 17:23:37 +03:00 committed by And Finally
parent a09becd8f8
commit cc0b78f8ec
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}