ci: Use mocha for both deno and bun (#4067)

* Use mocha for both deno and bun

* Use any Bun 1.1

* remove build:type dependency in lib-check.yml

* Pin point 1.1.42

* remove packages/bot/.mocharc.json
This commit is contained in:
Fleny
2025-01-01 09:59:06 -08:00
committed by GitHub
parent f2f7f111fb
commit b0c1b9f795
25 changed files with 106 additions and 195 deletions
+7 -7
View File
@@ -135,7 +135,7 @@ jobs:
# Not using matrix because test later on cant needs a specific job
bot-unit-test:
name: Bot
needs: [build-dist, build-type-and-test]
needs: [build-dist]
uses: ./.github/workflows/unit-test.yml
secrets: inherit
with:
@@ -159,7 +159,7 @@ jobs:
discordeno-unit-test:
name: Discordeno
needs: [build-dist, build-type-and-test]
needs: [build-dist]
uses: ./.github/workflows/unit-test.yml
secrets: inherit
with:
@@ -174,7 +174,7 @@ jobs:
gateway-unit-test:
name: Gateway
needs: [build-dist, build-type-and-test]
needs: [build-dist]
uses: ./.github/workflows/unit-test.yml
secrets: inherit
with:
@@ -188,7 +188,7 @@ jobs:
package: gateway
gateway-other-runtime-test:
name: Gateway
needs: [gateway-unit-test, gateway-integration-test]
needs: [gateway-unit-test]
uses: ./.github/workflows/other-runtime-unit-test.yml
secrets: inherit
with:
@@ -196,7 +196,7 @@ jobs:
rest-unit-test:
name: Rest
needs: [build-dist, build-type-and-test]
needs: [build-dist]
uses: ./.github/workflows/unit-test.yml
secrets: inherit
with:
@@ -220,7 +220,7 @@ jobs:
types-unit-test:
name: Types
needs: [build-dist, build-type-and-test]
needs: [build-dist]
uses: ./.github/workflows/unit-test.yml
secrets: inherit
with:
@@ -235,7 +235,7 @@ jobs:
utils-unit-test:
name: Utils
needs: [build-dist, build-type-and-test]
needs: [build-dist]
uses: ./.github/workflows/unit-test.yml
secrets: inherit
with: