diff --git a/.github/workflows/publish-template.yaml b/.github/workflows/publish-template.yaml index bad48b0..50c5970 100644 --- a/.github/workflows/publish-template.yaml +++ b/.github/workflows/publish-template.yaml @@ -49,8 +49,6 @@ 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 commands2 - coder ssh test-${{ steps.name.outputs.version_name }} -- make build - name: Delete the test workspace if: always()