Skip to content

Commit

Permalink
chore: test cwd in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Oct 10, 2023
1 parent 0437990 commit 58d3cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58d3cca

Please sign in to comment.