Skip to content

chore(docs): move coder_parameter example #243

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 11 commits into from
Jun 25, 2024
Prev Previous commit
Next Next commit
removed coder agent examples from test
  • Loading branch information
stirby committed Jun 24, 2024
commit 0c57de0ca53be2f993e6b1bf02ef6323296ad6d1
1 change: 0 additions & 1 deletion provider/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func TestExamples(t *testing.T) {
t.Parallel()

for _, testDir := range []string{
"coder_agent",
"coder_workspace_tags",
} {
t.Run(testDir, func(t *testing.T) {
Expand Down
Loading