From 58d3cca2aa0deb11f63402d7692acf4529842a65 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Tue, 10 Oct 2023 22:34:48 +0800 Subject: [PATCH] chore: test cwd in CI --- .github/workflows/next.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index cfa2c496..a21216f1 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -55,6 +55,9 @@ jobs: run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Setup Drupal run: | + pwd + cd ~/ + pwd COMPOSER_MEMORY_LIMIT=-1 composer create-project drupal/recommended-project:${{ matrix.drupal }} ~/drupal --no-interaction --no-install cd ~/drupal composer config extra.enable-patching true