From a39d6295c481c33f8444908a8e0f8671e606570a Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sat, 6 Aug 2022 00:10:09 -0500 Subject: [PATCH] reenable tests in ci --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d1a71a..06af325 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,7 @@ env: TEST_BOT_TOKEN: ${{ secrets.TEST_BOT_TOKEN }} TEST_CHANNEL_ID: ${{ secrets.TEST_CHANNEL_ID }} TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }} + TEST_CATEGORY_ID: ${{ secrets.TEST_CATEGORY_ID }} concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -20,10 +21,10 @@ jobs: fail-fast: false matrix: command: - # if these run in the same process, it dies, + # if tests run in the same process, it dies, # so we test them separate - - name: test reacord - run: pnpm -C packages/reacord test + - name: test + run: pnpm test - name: test website run: pnpm -C packages/website test - name: build