Bump pkl.impl.ghactions to 1.0.1 (#1358)

This commit is contained in:
Daniel Chao
2025-12-09 10:53:04 -08:00
committed by GitHub
parent b7ccc67bd8
commit 9d41518553
14 changed files with 311 additions and 178 deletions

6
.github/workflows/test_report.yml generated vendored
View File

@@ -1,6 +1,4 @@
# Do not modify!
# This file was generated from a template using https://github.com/StefMa/pkl-gha
# Generated from Workflow.pkl. DO NOT EDIT.
name: PR Test Reports
'on':
workflow_run:
@@ -24,7 +22,7 @@ jobs:
with:
path: artifacts
name: test-results-.*
name_is_regex: true
name_is_regexp: true
run_id: ${{ github.event.workflow_run.id }}
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2