We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c10c2 commit 2bf8805Copy full SHA for 2bf8805
.github/workflows/e2e.yml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Run Playwright smoke tests
45
run: pnpm e2e:smoke
46
+ env:
47
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
48
49
- name: Upload Playwright report
50
if: always()
turbo.json
@@ -32,11 +32,13 @@
32
"e2e:smoke": {
33
"dependsOn": ["^build"],
34
"outputs": [],
35
- "cache": false
+ "cache": false,
36
+ "env": ["OPENAI_API_KEY"]
37
},
38
"e2e:integration": {
39
- "outputs": []
40
+ "outputs": [],
41
42
"typecheck": {
"outputs": [".tsbuildinfo", "dist/**"],
0 commit comments