Include metadata environment variables with results (#6838)

* Include metadata environment variables with results

* Share updated report after uploading each shard

* Hide raw curl progress
This commit is contained in:
Jace Browning
2025-05-11 21:40:11 -04:00
committed by GitHub
parent 2b509a515b
commit 17b1120a27
2 changed files with 36 additions and 6 deletions

View File

@ -188,6 +188,8 @@ jobs:
env:
TAB_API_URL: ${{ secrets.TAB_API_URL }}
TAB_API_KEY: ${{ secrets.TAB_API_KEY }}
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }}
CI_PR_NUMBER: ${{ github.event.pull_request.number }}
run-wasm-tests:
name: Run wasm tests
strategy: