From b755290569e5daac8c0720e5e68ab1d5be56fbf4 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sun, 12 Mar 2023 16:29:46 -0500 Subject: [PATCH] skip website test for now --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23c8d78..fa23745 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,8 +24,8 @@ jobs: # so we test them separate - name: test reacord run: pnpm -C packages/reacord test - - name: test website - run: pnpm -C packages/website test + # - name: test website + # run: pnpm -C packages/website test - name: build run: pnpm --recursive run build - name: lint