fixing test ci

This commit is contained in:
2025-12-07 23:09:44 +01:00
parent cd9d3e86e3
commit 00b8326baf

View File

@@ -28,3 +28,11 @@ jobs:
run: | run: |
pip -m install pandas pip -m install pandas
zig build test-conformance-soft-result-to-html zig build test-conformance-soft-result-to-html
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy cts_report --project-name=vulkan-driver-cts-report
gitHubToken: ${{ secrets.GITHUB_TOKEN }}