Skip to content

Commit fee7890

Browse files
committed
simplify
1 parent 6dfaaa6 commit fee7890

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ jobs:
8585
- name: "PHPStan"
8686
run: "make phpstan"
8787

88-
- uses: "actions/upload-artifact@v4"
89-
with:
90-
name: "result-cache-${{ matrix.php-version }}${{ matrix.operating-system-packages}}"
91-
path: "tmp/resultCache.php"
92-
9388
static-analysis-with-result-cache:
9489
name: "PHPStan with result cache"
9590

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,6 @@ jobs:
267267
working-directory: "build-infection"
268268
run: "composer install --no-interaction --no-progress"
269269

270-
- uses: "actions/download-artifact@v4"
271-
with:
272-
name: "result-cache-${{ matrix.php-version }}${{ matrix.operating-system-packages}}"
273-
path: "tmp/"
274-
275270
- name: "Run infection"
276271
run: |
277272
git fetch --depth=1 origin $GITHUB_BASE_REF

0 commit comments

Comments
 (0)