Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/workflow updates #11

Merged
merged 3 commits into from Oct 4, 2022
Merged

Feature/workflow updates #11

merged 3 commits into from Oct 4, 2022

Conversation

circlecube
Copy link
Member

Update workflows

Addresses #10

@circlecube circlecube self-assigned this Sep 28, 2022
@wpscholar
Copy link
Member

@circlecube Looks like you have some conflicts. Also, should be merging into develop. ;)

@circlecube circlecube changed the base branch from main to develop September 28, 2022 18:47
Copy link
Member

@wpscholar wpscholar left a comment

Choose a reason for hiding this comment

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

No blockers, but I left some notes on things we can do to simplify/clean up.

.github/workflows/cypress.yml Outdated Show resolved Hide resolved
- name: Run NPM Install
run: npm install
- name: NPM Install
run: npm install --legacy-peer-deps
Copy link
Member

Choose a reason for hiding this comment

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

We may not have to have the --legacy-peer-deps flag. If you can run a normal npm install without getting any errors/warnings, we don't need it. If you get a notice about missing peer dependencies, then we either need to add those or add this flag. It was easier to add the flag on the Bluehost plugin, but may not be required on the other plugins.

.github/workflows/upload-artifact-on-push.yml Outdated Show resolved Hide resolved
.github/workflows/upload-artifact-on-push.yml Show resolved Hide resolved
.github/workflows/upload-asset-on-release.yml Show resolved Hide resolved
.github/workflows/upload-asset-on-release.yml Outdated Show resolved Hide resolved
.github/workflows/upload-asset-on-release.yml Show resolved Hide resolved
@circlecube circlecube merged commit 796d6b7 into develop Oct 4, 2022
@circlecube circlecube deleted the feature/workflow-updates branch October 4, 2022 15:28
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.

None yet

2 participants