diff --git a/.github/workflows/publish-template.yaml b/.github/workflows/publish-template.yaml index 50802a9..1682594 100644 --- a/.github/workflows/publish-template.yaml +++ b/.github/workflows/publish-template.yaml @@ -53,7 +53,7 @@ jobs: - name: Create a test workspace and run some example commands run: | coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes - # run some example commands + # run some example commands2 coder ssh test-${{ steps.name.outputs.version_name }} -- make build - name: Delete the test workspace