This commit is contained in:
2026-03-19 15:13:58 +01:00 Verified
parent f40f9e7bd2
commit 5c743f67de
+1 -1
View File
@@ -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