ci: Simplify GitHub Actions workflows (#5207)

* ci: Simplify GitHub Actions workflows

* Restore codecov flags using script

* use gpgv instead of gpg --verify

* Remove verbose

* remove test script
This commit is contained in:
Fleny
2026-07-24 22:52:22 +05:30
committed by GitHub
parent 867c7c5b1f
commit 86470adc22
14 changed files with 163 additions and 324 deletions
+1 -5
View File
@@ -36,7 +36,7 @@
"outputs": ["coverage/**"]
},
"test:e2e": {
"dependsOn": ["^build"],
"dependsOn": ["^build", "^test:e2e"],
"inputs": ["src/**/*.ts", "tests/e2e**/*.spec.ts"],
"outputs": ["coverage/**"],
"env": ["DISCORD_TOKEN", "E2E_TEST_GUILD_ID"]
@@ -49,10 +49,6 @@
"dependsOn": ["^build:type"],
"inputs": ["src/**/*.ts"]
},
"check": {
"dependsOn": ["build:type"],
"cache": false
},
"build:doc": {
// NOTE: This task can only be run with "--singe-package" in the flags to turbo, as it is defined only in the root package.json
"inputs": ["packages/**/src/**/*.ts"],