We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e56f5 commit b4cfe62Copy full SHA for b4cfe62
.github/workflows/pr.yml
@@ -139,8 +139,6 @@ jobs:
139
path: ${{ steps.composer-cache.outputs.dir }}
140
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
141
restore-keys: ${{ runner.os }}-composer-
142
- - name: Setup tmate session
143
- uses: mxschmitt/action-tmate@v3
144
- name: Unit tests
145
run: |
146
./scripts/unit-tests
scripts/code-analysis
@@ -41,4 +41,4 @@ drupal_composer --no-interaction install
41
42
43
# Run PHPStan
44
-(cd "$drupal_dir/$module_path" && ../../../../vendor/bin/phpstan)
+(cd "$drupal_dir" && vendor/bin/phpstan)
0 commit comments