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

Refactor GitHub Actions to Run Tests Using cloudflare/wrangler-action@v3 and Remove wrangler.toml #8

Merged
merged 4 commits into from
Nov 25, 2024

Conversation

kimitrii
Copy link
Owner

This PR addresses the necessary changes made to our CI/CD flow, specifically in GitHub Actions, to execute end-to-end tests within the Cloudflare Workers environment. While the Cloudflare team has clarified that resource IDs for services like D1, KV, etc., are not considered sensitive data (since they can only be accessed with an access token), I chose not to expose these resource IDs in the public repository. Despite this, these IDs were needed to run the tests in the CI/CD pipeline, and the only viable solution was to execute the tests using the cloudflare/wrangler-action@v3.

@kimitrii kimitrii merged commit 8bd12f9 into main Nov 25, 2024
1 check passed
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.

1 participant