We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198d3de commit 345dd37Copy full SHA for 345dd37
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
run: npm run test:integration
28
if: github.ref != 'refs/heads/main'
29
env:
30
+ REPORT_URI: ${{ vars.REPORT_URI }}
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI
32
33
# Build with secrets & run integrations tests, on main only:
0 commit comments