1
0
mirror of synced 2025-12-25 02:09:19 -05:00

fix lists for better display in gitbook (#1336)

This commit is contained in:
Sherif A. Nada
2020-12-15 13:50:38 -08:00
committed by GitHub
parent 8f30d665d1
commit 758daaa25d

View File

@@ -12,9 +12,9 @@ If you don't want to handle secrets, you're making a relatively minor change, or
Here are some example commands:
1. `/test connector=all` - Runs integration tests for all connectors in a single GitHub workflow. Some of our integration tests interact with rate-limited resources, so please use this judiciously.
1. `/test connector=source-sendgrid` - Runs integration tests for a single connector on the latest PR commit.
1. `/test connector=source-sendgrid ref=master` - Runs integration tests for a single connector on a different branch.
1. `/test connector=source-sendgrid ref=d5c53102` - Runs integration tests for a single connector on a specific commit.
2. `/test connector=source-sendgrid` - Runs integration tests for a single connector on the latest PR commit.
3. `/test connector=source-sendgrid ref=master` - Runs integration tests for a single connector on a different branch.
4. `/test connector=source-sendgrid ref=d5c53102` - Runs integration tests for a single connector on a specific commit.
A command dispatcher GitHub workflow will launch on comment submission. This dispatcher will add an :eyes: reaction to the comment when it starts processing. If there is an error dispatching your request, an error will be appended to your comment. If it launches the test run successfully, a :rocket: reaction will appear on your comment.