Skip to content

docs: add guide for CI/CD template testing #15528

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

Merged
merged 8 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
matifali committed Nov 19, 2024
commit b3ec9aa38f6c1d56ce210788dd5fa764eb13cd76
6 changes: 3 additions & 3 deletions docs/tutorials/testing-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ensures your templates are validated, tested, and promoted seamlessly.

- Install and configure Coder CLI in your environment.
- Install Terraform CLI in your CI environment.
- Configure [user roles and permissions](../admin/users/groups-roles.md#roles) for your Coder instance.
- Configure [user roles and permissions](../admin/users/groups-roles.md#roles)
for your Coder instance.

## Example GitHub Action Workflow

This example workflow tests and publishes a template using GitHub
Actions.
This example workflow tests and publishes a template using GitHub Actions.

The workflow:

Expand Down