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 d10460e commit f11f8b0Copy full SHA for f11f8b0
.github/workflows/integration-tests.yml
@@ -115,6 +115,8 @@ jobs:
115
116
- name: Test ${{ matrix.integration }} 3/3
117
run: pnpm run test:integrations ./integrations/${{ matrix.integration }} --shard 3/3
118
+ env:
119
+ GITHUB_WORKSPACE: ${{ github.workspace }}
120
121
- name: Notify Discord
122
if: failure() && github.ref == 'refs/heads/main'
0 commit comments