Skip to content

Commit 5d3576b

Browse files
author
The Pkl Team (automation)
committed
Update CI job
1 parent af7d5da commit 5d3576b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PklProject.deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@0": {
1212
"type": "local",
13-
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/[email protected].1",
13+
"uri": "projectpackage://pkg.pkl-lang.org/pkl-project-commons/[email protected].2",
1414
"path": "../packages/pkl.impl.ghactions"
1515
}
1616
}

.github/workflows/test_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: artifacts
2626
name: test-results-.*
27-
name_is_regex: true
27+
name_is_regexp: true
2828
run_id: ${{ github.event.workflow_run.id }}
2929
- name: Publish test results
3030
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)