From f2616c32e173277c7bd0416c1ebe00d95da1ef80 Mon Sep 17 00:00:00 2001 From: Victor Magalhaes Date: Tue, 2 Jul 2024 10:31:58 -0300 Subject: [PATCH] fixed run migrations --- .github/workflows/test.yml | 3 +-- phpunit.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 phpunit.xml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20dce63e2a..5ba075fdd4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,8 +34,7 @@ jobs: - name: Run migrations run: | - pwd - ls -la + mkdir var/private-files/dbupdate_documento php src/tools/apply-updates.php env: APP_MODE: development diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000000..b8b2cef1c1 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,17 @@ + + + + + tests/unit + + + + tests/integration + + + + + +