Skip to content

Commit b4cfe62

Browse files
committed
Cleaned up scripts
1 parent b1e56f5 commit b4cfe62

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ jobs:
139139
path: ${{ steps.composer-cache.outputs.dir }}
140140
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
141141
restore-keys: ${{ runner.os }}-composer-
142-
- name: Setup tmate session
143-
uses: mxschmitt/action-tmate@v3
144142
- name: Unit tests
145143
run: |
146144
./scripts/unit-tests

scripts/code-analysis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ drupal_composer --no-interaction install
4141

4242

4343
# Run PHPStan
44-
(cd "$drupal_dir/$module_path" && ../../../../vendor/bin/phpstan)
44+
(cd "$drupal_dir" && vendor/bin/phpstan)

0 commit comments

Comments
 (0)