From 6803cf2ab3dd1987fcbdcf716c9567776ebb2f7f Mon Sep 17 00:00:00 2001 From: Jairus Date: Wed, 17 Jul 2024 15:13:11 -0700 Subject: [PATCH] ci: remove reporter step --- .github/workflows/as-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/as-test.yml b/.github/workflows/as-test.yml index 51add74..7221884 100644 --- a/.github/workflows/as-test.yml +++ b/.github/workflows/as-test.yml @@ -19,9 +19,6 @@ jobs: - name: Install dependencies run: bun install - - name: Build reporter - run: bun run build:log - - name: Build tests run: bun run pretest