You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on how we want to approach this, we could make the E2E tests more robust against flakiness and race conditions.
Create separate workflows 1st one uses the Action and deploys test-worker the 2nd only runs on success of 1st workflow and will call the test-worker and check the response for a positive health check (includes the secrets) then cleans up the Workers.
Similar to the first one, except its done in one workflow using Jobs
For this test, I think it would be a good idea to hook up GitHub's built in dependabot to watch for the wrangler package updates. Then on the PR that dependabot works (before merge), run these tests too to make sure this action works on the latest wrangler version too.
Depending on how we want to approach this, we could make the E2E tests more robust against flakiness and race conditions.
Create separate workflows 1st one uses the Action and deploys
test-worker
the 2nd only runs on success of 1st workflow and will call thetest-worker
and check the response for a positive health check (includes the secrets) then cleans up the Workers.Similar to the first one, except its done in one workflow using Jobs
Cc: @1000hz
The text was updated successfully, but these errors were encountered: