Refactor GitHub Actions to Run Tests Using cloudflare/wrangler-action@v3 and Remove wrangler.toml #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.