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