reenable tests in ci
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -9,6 +9,7 @@ env:
|
|||||||
TEST_BOT_TOKEN: ${{ secrets.TEST_BOT_TOKEN }}
|
TEST_BOT_TOKEN: ${{ secrets.TEST_BOT_TOKEN }}
|
||||||
TEST_CHANNEL_ID: ${{ secrets.TEST_CHANNEL_ID }}
|
TEST_CHANNEL_ID: ${{ secrets.TEST_CHANNEL_ID }}
|
||||||
TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }}
|
TEST_GUILD_ID: ${{ secrets.TEST_GUILD_ID }}
|
||||||
|
TEST_CATEGORY_ID: ${{ secrets.TEST_CATEGORY_ID }}
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
@@ -20,10 +21,10 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
command:
|
command:
|
||||||
# if these run in the same process, it dies,
|
# if tests run in the same process, it dies,
|
||||||
# so we test them separate
|
# so we test them separate
|
||||||
- name: test reacord
|
- name: test
|
||||||
run: pnpm -C packages/reacord test
|
run: pnpm test
|
||||||
- name: test website
|
- name: test website
|
||||||
run: pnpm -C packages/website test
|
run: pnpm -C packages/website test
|
||||||
- name: build
|
- name: build
|
||||||
|
|||||||
Reference in New Issue
Block a user