ci: fix go tests not running if examples are updated (#15514)

- https://github.com/coder/coder/pull/15504 broke CI on main because of
the aforementioned issue, this also fixes the test failure.
This commit is contained in:
Ethan
2024-11-14 14:20:51 +00:00
committed by GitHub
parent d3eb896543
commit b96177613b
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
- "cmd/**"
- "coderd/**"
- "enterprise/**"
- "examples/*"
- "examples/**"
- "helm/**"
- "provisioner/**"
- "provisionerd/**"