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

#186 Add input completion status #198

Merged
merged 26 commits into from
Jul 14, 2024

Conversation

nevendyulgerov
Copy link
Contributor

@nevendyulgerov nevendyulgerov commented Jun 4, 2024

I added the input completion status and also covered the new logic with unit tests.

@nevendyulgerov nevendyulgerov self-assigned this Jun 4, 2024
Copy link

vercel bot commented Jun 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollups-explorer-base-mainnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 2:15pm
rollups-explorer-base-sepolia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 2:15pm
rollups-explorer-mainnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 2:15pm
rollups-explorer-optimism-mainnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 2:15pm
rollups-explorer-optimism-sepolia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 2:15pm
rollups-explorer-sepolia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 2:15pm
rollups-explorer-workshop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 2:15pm

@nevendyulgerov nevendyulgerov linked an issue Jun 4, 2024 that may be closed by this pull request
9 tasks
@nevendyulgerov nevendyulgerov added the Type: Feature Add a new feature to the system label Jun 4, 2024
@nevendyulgerov nevendyulgerov marked this pull request as ready for review June 5, 2024 11:57
env:
E2E_BASE_URL: ${{ github.event.deployment_status.environment_url }}

- name: Update check status to the outcome
Copy link
Contributor Author

@nevendyulgerov nevendyulgerov Jul 5, 2024

Choose a reason for hiding this comment

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

Hi, @brunomenezes , I regards to the failing e2e tests, I was expecting the build to fail with the related e2e job as well, but that was not the case. It was passing ok although the e2e job that we run on sepolia preview url was failing.

Because of this I had to implement this step. It will run the reportGitHubStatusCheck script, which will then post an e2e status to the build - "End-to-end (Preview – rollups-explorer-sepolia)". That status can be either success or failure so in the case of the latter the build will fail as well.

@brunomenezes brunomenezes merged commit 30e4df3 into main Jul 14, 2024
20 checks passed
@brunomenezes brunomenezes deleted the feature/186-add-input-completion-status branch July 14, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps: web Type: Feature Add a new feature to the system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add input completion status
2 participants