Skip to content

Commit

Permalink
Do not run integration tests on PHAR for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 14, 2024
1 parent 3128f26 commit bbf44d9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,14 @@ jobs:
- name: "Delete checksum PHAR"
run: "rm tmp/phpstan.phar"

integration-tests:
if: github.event_name == 'pull_request'
needs: compiler-tests
uses: phpstan/phpstan/.github/workflows/[email protected]
with:
ref: 1.12.x
phar-checksum: ${{needs.compiler-tests.outputs.checksum}}
#
# integration-tests:
# if: github.event_name == 'pull_request'
# needs: compiler-tests
# uses: phpstan/phpstan/.github/workflows/[email protected]
# with:
# ref: 1.12.x
# phar-checksum: ${{needs.compiler-tests.outputs.checksum}}

extension-tests:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit bbf44d9

Please sign in to comment.