Skip to content

Transition fatal-error scan to GithubAction#2592

Merged
TomasVotruba merged 5 commits intorectorphp:masterfrom
staabm:patch-3
Jan 7, 2020
Merged

Transition fatal-error scan to GithubAction#2592
TomasVotruba merged 5 commits intorectorphp:masterfrom
staabm:patch-3

Conversation

@staabm
Copy link
Copy Markdown
Contributor

@staabm staabm commented Jan 6, 2020

#2591 Should be merged before this PR, so we can see the status of the transition job in this PR prior merging

Comment thread .github/workflows/push.yml Outdated
with:
php-version: 7.3
coverage: none # disable xdebug, pcov
- run: composer install --no-progress && bin/rector scan-fatal-errors tests/Source/FatalErrors
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&& should never be used, it's not clear if the first fails && the second.

Could you move it to generic install section above somehow? The same way other CI's have it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@staabm
Copy link
Copy Markdown
Contributor Author

staabm commented Jan 7, 2020

In case you want more jobs transitioned to GithubAction please give me a ping and I will see.

I would prefer moving those which have a similar setup like the ones we already moved.
Leaving some jobs on travis is still a good option because we have so much jobs in this project

@TomasVotruba TomasVotruba merged commit 4059a2b into rectorphp:master Jan 7, 2020
@TomasVotruba
Copy link
Copy Markdown
Member

Thanks!

I was checking it yesterday and Github actions took around 3 mins in total. While Travis haven't started yet and takes about 5-7 extra minutes.

So you can continue moving to Github 👍

@staabm staabm deleted the patch-3 branch January 7, 2020 11:50
@staabm
Copy link
Copy Markdown
Contributor Author

staabm commented Jan 7, 2020

Travis also takes more time because of the defined stages. Those are build sequentially

@TomasVotruba
Copy link
Copy Markdown
Member

I wonder, why stay with Travis at all?

@staabm
Copy link
Copy Markdown
Contributor Author

staabm commented Jan 7, 2020

Ok, I see what you are after now

TomasVotruba added a commit that referenced this pull request Jun 30, 2022
rectorphp/rector-src@82b2467 [DeadCode] Handle anonymous and arrow function uses in RemoveJustPropertyFetchRector (#2592)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants