Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -462,13 +462,13 @@ function RunTaskInstructions() {
<StepNumber stepNumber="A" title="Trigger a test run" />
<StepContentContainer>
<Paragraph spacing>
You can perform a Run with any payload you want, or use one of our examples on the test
page.
Perform a test run with a payload directly from the dashboard.
</Paragraph>
<LinkButton
to={v3TestPath(organization, project, environment)}
variant="primary/medium"
variant="secondary/medium"
LeadingIcon={BeakerIcon}
leadingIconClassName="text-lime-500"
className="inline-flex"
>
Test
Expand All @@ -483,15 +483,15 @@ function RunTaskInstructions() {
<StepNumber stepNumber="B" title="Trigger your task for real" />
<StepContentContainer>
<Paragraph spacing>
Performing a real run depends on the type of Trigger your Task is using.
Performing a real run depends on the type of trigger your task is using.
</Paragraph>
<LinkButton
to="https://trigger.dev/docs"
variant="primary/medium"
to={docsPath("/triggering")}
variant="docs/medium"
LeadingIcon={BookOpenIcon}
className="inline-flex"
>
How to run a task
How to trigger a task
</LinkButton>
</StepContentContainer>
</MainCenteredContainer>
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.