ci: re-enable auth bootstrap and web tests in PR preview#4072
Merged
Conversation
Re-enable the post-deploy tests job that was disabled via 'if: false'. Change packages from 'all' to 'web-only' so only the auth bootstrap (admin creation) and Playwright web tests run. API, SDK, and services tests remain disabled. Remove the tests-disabled placeholder job since it's no longer needed.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Railway Preview Environment
Updated at 2026-03-27T10:47:54.147Z |
Keep the PR preview web checks enabled and add a second Railway test job for the SDK acceptance and integration suites. API and services preview tests remain disabled so we can isolate whether the SDK suite destabilizes the preview environment.
Include the package selector in the Railway preview test concurrency key so the web-only and sdk-only workflow calls do not cancel each other when they run against the same preview URL.
junaway
approved these changes
Mar 27, 2026
Member
Author
|
Was not supposed to be merged @jp-agenta :) This enabled the SDK tests (while testing), while only the web tests should be enabled. I will create another PR to disable these |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
testsjob in the PR preview workflow (14-check-pr-preview.yml) that was previously disabled viaif: falsepackagesfromalltoweb-onlyso only the auth bootstrap (programmatic admin creation) and Playwright web tests run after Railway deployweb-onlypackage filter)tests-disabledplaceholder job since it's no longer needed