Skip to content

Commit 345dd37

Browse files
committed
Fix branch builds - all builds need REPORT_URI set
1 parent 198d3de commit 345dd37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: npm run test:integration
2828
if: github.ref != 'refs/heads/main'
2929
env:
30+
REPORT_URI: ${{ vars.REPORT_URI }}
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI
3132

3233
# Build with secrets & run integrations tests, on main only:

0 commit comments

Comments
 (0)