fix(ci): Add env to test:e2e turbo task (#3809)

* Add env to test:e2e turbo task

Turbo in v2 does not pass down the environment variables unless manually specified (by default)

* use the correct env name for the test guild
This commit is contained in:
Fleny
2024-07-30 21:18:07 +02:00
committed by GitHub
parent ef4cc80c63
commit e32c670ab1
+2 -1
View File
@@ -34,7 +34,8 @@
},
"test:e2e": {
"dependsOn": ["^build"],
"outputs": ["coverage/**"]
"outputs": ["coverage/**"],
"env": ["DISCORD_TOKEN", "E2E_TEST_GUILD_ID"]
},
"lint": {
"dependsOn": ["build:type"],