From 2834224c76a1d3ce8eb45180f9c827e76a18c4b0 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 14 Aug 2025 21:23:52 -0500 Subject: [PATCH] chore: remove test execution step from local testing workflow --- .github/workflows/test-action-local.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-action-local.yml b/.github/workflows/test-action-local.yml index e90380e..2977c80 100644 --- a/.github/workflows/test-action-local.yml +++ b/.github/workflows/test-action-local.yml @@ -23,9 +23,6 @@ jobs: - name: Install dependencies run: bun install - - name: Run tests - run: bun test - - name: Build action run: bun run action:build