docs: fix ssh coder example in testing-templates doc (#17550)

from @NickSquangler and @angrycub on Slack

Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
Edward Angert
2025-04-23 16:13:13 -04:00
committed by GitHub
parent e6facaa41b
commit 3567d455a7

View File

@ -105,7 +105,7 @@ jobs:
coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes
coder config-ssh --yes coder config-ssh --yes
# run some example commands # run some example commands
coder ssh test-${{ steps.name.outputs.version_name }} -- make build ssh coder.test-${{ steps.name.outputs.version_name }} -- make build
- name: Delete the test workspace - name: Delete the test workspace
if: always() if: always()