From 72eeaf8b8f866d50818dec33004972f9afb1c998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Fri, 3 Oct 2025 16:00:07 +0200 Subject: [PATCH] Template GitHub push implementation --- .github/workflows/publish-template.yaml | 2 -- 1 file changed, 2 deletions(-) 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()