From 27e8633201080c788dcdb6ed8ba5736bbd473eae Mon Sep 17 00:00:00 2001 From: Julio Date: Thu, 12 Aug 2021 09:14:32 +0200 Subject: [PATCH] GH actions: Add date.timezone, comment Generate fos_js_routes.json --- .github/workflows/behat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/behat.yml b/.github/workflows/behat.yml index 62250a1288..5fb7894585 100644 --- a/.github/workflows/behat.yml +++ b/.github/workflows/behat.yml @@ -34,7 +34,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} extensions: mbstring, xml, ctype, iconv, intl, pdo, pdo_mysql, dom, gd, json, soap, zip, bcmath - ini-values: post_max_size=256M, max_execution_time=600, memory_limit=4096M + ini-values: post_max_size=256M, max_execution_time=600, memory_limit=4096M, date.timezone=Europe/Paris - name: Get composer cache directory id: composer-cache @@ -55,8 +55,8 @@ jobs: - name: Install assets run: php bin/console assets:install - - name: Generate fos_js_routes.json - run: php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json +# - name: Generate fos_js_routes.json +# run: php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json - name: Install Yarn run: |