Skip to content

Commit

Permalink
Fix: add missing test fail template (#155)
Browse files Browse the repository at this point in the history
### Description

Add missing template used in the CI.
  • Loading branch information
jdeschamps authored Jun 20, 2024
1 parent 6a9955f commit 3033f06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/TEST_FAIL_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "{{ env.TITLE }}"
labels: [bug]
---
The {{ workflow }} workflow failed on {{ date | date("YYYY-MM-DD HH:mm") }} UTC

The most recent failing test was on {{ env.PLATFORM }} py{{ env.PYTHON }}
with commit: {{ sha }}

Full run: https://github.com/{{ repo }}/actions/runs/{{ env.RUN_ID }}

(This post will be updated if another test fails, as long as this issue remains open.)

0 comments on commit 3033f06

Please sign in to comment.