Skip to content

Commit 6c33696

Browse files
Copilotxperiandri
andcommitted
ci: fix artifact filter and enable explicit PR comment mode
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/313ed2f1-9407-4f24-8c8b-a0e2663bc4ee Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent fc8a1fb commit 6c33696

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-test-results.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
with:
3333
run_id: ${{ github.event.workflow_run.id }}
3434
path: test-results
35-
pattern: test-results-*
35+
name: ^test-results-.*
36+
name_is_regexp: true
3637
if_no_artifact_found: warn
3738

3839
- name: Resolve event file path
@@ -54,6 +55,7 @@ jobs:
5455
uses: EnricoMi/publish-unit-test-result-action@v2
5556
with:
5657
commit: ${{ github.event.workflow_run.head_sha }}
58+
comment_mode: always
5759
event_file: ${{ steps.event_file.outputs.path }}
5860
event_name: ${{ github.event.workflow_run.event }}
5961
files: "test-results/**/*.trx"

0 commit comments

Comments
 (0)