mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
+1
-5
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user