Skip to content

Commit

Permalink
Generate baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 21, 2023
1 parent 4448808 commit ad3ff9d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,15 @@ jobs:

- name: "Tests"
run: "${{ matrix.script }}"

- name: "Generate baseline"
if: ${{ failure() }}
run: |
cd e2e/integration/repo
../../../phpstan.phar analyse -c ../pocketmine-ng.neon --memory-limit=2G -b ../pocketmine-ng-baseline.neon
- uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: pocketmine-ng-baseline.neon
path: e2e/integration/repo/pocketmine-ng-baseline.neon

0 comments on commit ad3ff9d

Please sign in to comment.