Skip to content

Commit b6706e2

Browse files
committed
run mto even on fail
1 parent 790f603 commit b6706e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: npm run test
3737
- uses: markpatterson27/markdown-to-output@v1
3838
id: mto
39+
if: ${{ !cancelled() }}
3940
with:
4041
filepath: ./playwright-errors/errors.md
4142
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)