Skip to content

Commit

Permalink
clean up tweak package test workflow (#2583)
Browse files Browse the repository at this point in the history
* clean up tweak package test workflow

* try flip

* use --dev

* try remove first

* back
  • Loading branch information
samsonasik committed Jun 28, 2022
1 parent e97dd8f commit 7191913
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ jobs:
# test with current commit in a pull-request
-
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
if: ${{ github.event_name == 'pull_request' && matrix.repository_name != 'rectorphp/rector-downgrade-php' }}

-
run: composer require rector/rector-downgrade-php:dev-main --no-update
if: ${{ matrix.repository_name != 'rectorphp/rector-downgrade-php' }}
if: ${{ github.event_name == 'pull_request' }}

- run: composer install --ansi

Expand Down

0 comments on commit 7191913

Please sign in to comment.