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

build: remove e2e "proxy" #1904

Merged
merged 9 commits into from
Feb 20, 2023
Merged

build: remove e2e "proxy" #1904

merged 9 commits into from
Feb 20, 2023

Conversation

peterpeterparker
Copy link
Member

@peterpeterparker peterpeterparker commented Feb 20, 2023

Motivation

npm ci in CI for e2e-tests is failing because it complains about missing dependencies which are inherited by proxy even though these are effectively installed there.

As we are not using the proxy anymore, this PR removes it and per extension solve the CI current issue.

Changes

  • rm -r ./proxy && cd e2e-test && npm rm proxy

@peterpeterparker peterpeterparker changed the title build: package lock with NodeJS v16 build: remove e2e "proxy" Feb 20, 2023
@peterpeterparker peterpeterparker merged commit f86cd5f into main Feb 20, 2023
@peterpeterparker peterpeterparker deleted the build/ci branch February 20, 2023 20:53
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