Move Drupal test file to tests/

This commit is contained in:
Fabien Potencier
2021-05-18 13:09:01 +02:00
parent 589d6a5514
commit 2fa8bce914
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,3 +1,2 @@
/tests export-ignore
/phpunit.xml.dist export-ignore
./drupal_test.sh export-ignore
+1 -1
View File
@@ -94,5 +94,5 @@ jobs:
ini-values: memory_limit=-1
tools: composer:v2
- run: ./drupal_test.sh
- run: bash ./tests/drupal_test.sh
shell: "bash"
View File