fixing test ci
This commit is contained in:
8
.github/workflows/Test.yml
vendored
8
.github/workflows/Test.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user