Skip to content

Commit

Permalink
Merge pull request #320 from Jan0707/fix/directory
Browse files Browse the repository at this point in the history
Fix: Do not bother creating directories
  • Loading branch information
localheinz authored Feb 23, 2024
2 parents dcd0f8b + 4f3cdc0 commit 8a16015
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:
- name: "Run ergebnis/composer-normalize"
run: "composer normalize --ansi --dry-run"

- name: "Create cache directory for friendsofphp/php-cs-fixer"
run: "mkdir -p .build/php-cs-fixer"

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: "actions/cache@v4"
with:
Expand Down Expand Up @@ -127,9 +124,6 @@ jobs:
with:
dependencies: "${{ matrix.dependencies }}"

- name: "Create cache directory for phpstan/phpstan"
run: "mkdir -p .build/phpstan"

- name: "Cache cache directory for phpstan/phpstan"
uses: "actions/cache@v4"
with:
Expand All @@ -143,9 +137,6 @@ jobs:
- name: "Show phpunit/phpunit version"
run: "vendor/bin/phpunit --version"

- name: "Create cache directory for phpstan/phpstan"
run: "mkdir -p .build/phpstan"

- name: "Run phpstan/phpstan with extension"
run: "vendor/bin/phpstan analyse --configuration=phpstan-with-extension.neon --memory-limit=-1"

Expand Down

0 comments on commit 8a16015

Please sign in to comment.