Skip to content

Commit

Permalink
run mto even on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Feb 6, 2025
1 parent 790f603 commit b6706e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: npm run test
- uses: markpatterson27/markdown-to-output@v1
id: mto
if: ${{ !cancelled() }}
with:
filepath: ./playwright-errors/errors.md
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b6706e2

Please sign in to comment.