From a831ca459872c75d7ea87c7ccd8b5d3bfc64ce78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20W=C3=BCstenberg?= Date: Fri, 18 Oct 2024 12:29:07 +0200 Subject: [PATCH] ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97a63ed..5de7b53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,8 +82,8 @@ jobs: - name: Build run: go build -v ./... - working-directory: ./cmd/html2gomponents + working-directory: cmd/html2gomponents - name: Test run: go test -v -shuffle on ./... - working-directory: ./cmd/html2gomponents + working-directory: cmd/html2gomponents