Skip to content

Modify circleci config #138

Merged
lubird merged 8 commits intosegmentio:masterfrom
North-Two-Five:master
Oct 14, 2020
Merged

Modify circleci config #138
lubird merged 8 commits intosegmentio:masterfrom
North-Two-Five:master

Conversation

@nd4p90x
Copy link
Collaborator

@nd4p90x nd4p90x commented Oct 7, 2020

#132
Update circleci config to test on multiple PHP platforms

@nd4p90x nd4p90x linked an issue Oct 10, 2020 that may be closed by this pull request
4 tasks
@@ -63,6 +44,18 @@ jobs:
name: 'Code coverage'
Copy link
Contributor

Choose a reason for hiding this comment

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

Should code coverage be run here? Or broken out into its own job? Otherwise, we'll run this across multiple versions, which seems unnecessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated code coverage to be its own job.

@@ -48,10 +33,6 @@ jobs:
key: node-v1-{{ checksum "composer.json" }}
paths:
- node_modules
Copy link
Contributor

Choose a reason for hiding this comment

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

What's this line for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Saves the node cache for yarn installed dependencies

@lubird lubird merged commit e5b22cd into segmentio:master Oct 14, 2020
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.

[Improvement] Update tests

2 participants