From 5c743f67de87ad7302cc88d1ffebf1b936e3c256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Fri, 3 Oct 2025 15:51:00 +0200 Subject: [PATCH] fix --- .github/workflows/publish-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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