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

continue on failing test steps #5822

Merged
merged 2 commits into from
Aug 28, 2023
Merged

continue on failing test steps #5822

merged 2 commits into from
Aug 28, 2023

Conversation

sokra
Copy link
Member

@sokra sokra commented Aug 28, 2023

Description

results should still be uploaded when a part of the tests fail or timeout

Closes WEB-1464

@sokra sokra requested review from a team as code owners August 28, 2023 15:05
@sokra sokra requested review from tknickman and arlyon August 28, 2023 15:05
@vercel
Copy link

vercel bot commented Aug 28, 2023

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

11 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-cra-web ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-gatsby-web ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-native-web ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-svelte-web ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-tailwind-web ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
examples-vite-web ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm
turbo-site ⬜️ Ignored (Inspect) Aug 28, 2023 3:06pm

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@@ -34,7 +34,7 @@ jobs:
upload_test_results:
name: Upload test results
needs: [next_js_integration]
if: ${{ github.event_name == 'schedule' }}
if: ${{ github.event_name == 'schedule' }} && always()
Copy link
Member Author

Choose a reason for hiding this comment

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

yes, this has an effect

@github-actions
Copy link
Contributor

github-actions bot commented Aug 28, 2023

🟢 CI successful 🟢

Thanks

@sokra sokra merged commit 8d7a798 into main Aug 28, 2023
49 checks passed
@sokra sokra deleted the sokra/ci-continue-on-error branch August 28, 2023 15:30
sokra added a commit to vercel/next.js that referenced this pull request Aug 30, 2023
* vercel/turbo#5793 <!-- Alex Kirszenberg -
Automatically derive ValueDefault for primitive value types -->
* vercel/turbo#5784 <!-- Tobias Koppers - make
swc comments immutable -->
* vercel/turbo#5627 <!-- Tobias Koppers - avoid
unnessecary indirection in async modules -->
* vercel/turbo#5822 <!-- Tobias Koppers -
continue on failing test steps -->
* vercel/turbo#5814 <!-- Justin Ridgewell -
Update HMR for next-api -->
* vercel/turbo#5821 <!-- Tobias Koppers - avoid
cloning a large list of task ids -->

Closes WEB-1473
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants