Skip to content

Commit ad3ff9d

Browse files
committed
Generate baseline
1 parent 4448808 commit ad3ff9d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,15 @@ jobs:
359359

360360
- name: "Tests"
361361
run: "${{ matrix.script }}"
362+
363+
- name: "Generate baseline"
364+
if: ${{ failure() }}
365+
run: |
366+
cd e2e/integration/repo
367+
../../../phpstan.phar analyse -c ../pocketmine-ng.neon --memory-limit=2G -b ../pocketmine-ng-baseline.neon
368+
369+
- uses: actions/upload-artifact@v3
370+
if: ${{ failure() }}
371+
with:
372+
name: pocketmine-ng-baseline.neon
373+
path: e2e/integration/repo/pocketmine-ng-baseline.neon

0 commit comments

Comments
 (0)