Template GitHub push implementation

This commit is contained in:
2026-03-19 15:13:59 +01:00 Verified
parent dc34cf2698
commit 72eeaf8b8f
-2
View File
@@ -49,8 +49,6 @@ jobs:
- name: Create a test workspace and run some example commands - name: Create a test workspace and run some example commands
run: | run: |
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
# run some example commands2
coder ssh test-${{ steps.name.outputs.version_name }} -- make build
- name: Delete the test workspace - name: Delete the test workspace
if: always() if: always()