Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6facaa commit 3567d45Copy full SHA for 3567d45
docs/tutorials/testing-templates.md
@@ -105,7 +105,7 @@ jobs:
105
coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes
106
coder config-ssh --yes
107
# run some example commands
108
- coder ssh test-${{ steps.name.outputs.version_name }} -- make build
+ ssh coder.test-${{ steps.name.outputs.version_name }} -- make build
109
110
- name: Delete the test workspace
111
if: always()
0 commit comments